diff options
author | David Robillard <d@drobilla.net> | 2007-10-08 19:36:52 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-10-08 19:36:52 +0000 |
commit | c50bee51f5c5e6a43068d2fc4c9c76586fa9fb60 (patch) | |
tree | b20e893c8280101985168be3f62014776593ae84 /raul/Atom.hpp | |
parent | 9f975e1e8a7dd0d8d90739829dc07d1188ad51e5 (diff) | |
download | raul-c50bee51f5c5e6a43068d2fc4c9c76586fa9fb60.tar.gz raul-c50bee51f5c5e6a43068d2fc4c9c76586fa9fb60.tar.bz2 raul-c50bee51f5c5e6a43068d2fc4c9c76586fa9fb60.zip |
Update.. stuff... I hate SVN...
git-svn-id: http://svn.drobilla.net/lad/raul@855 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/Atom.hpp')
-rw-r--r-- | raul/Atom.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/Atom.hpp b/raul/Atom.hpp index 01d783f..443c0ae 100644 --- a/raul/Atom.hpp +++ b/raul/Atom.hpp @@ -33,7 +33,7 @@ namespace Raul { class Atom { public: - //TODO: Add a bool type here that serializes nicely to Turtle "true" and "false" + //TODO: Add a bool type here that serialises nicely to Turtle "true" and "false" enum Type { NIL, |