diff options
author | David Robillard <d@drobilla.net> | 2007-06-23 22:45:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-06-23 22:45:08 +0000 |
commit | 51918d8e3743d178bba2dbd788c8a5c3fc7cc3bc (patch) | |
tree | bb062ba7557f88da80d2e6427f5d67f077b7643b /src/libs/engine | |
parent | 4f3671892be72cdd39b1a9e76f7cd4d9962f40c0 (diff) | |
download | ingen-51918d8e3743d178bba2dbd788c8a5c3fc7cc3bc.tar.gz ingen-51918d8e3743d178bba2dbd788c8a5c3fc7cc3bc.tar.bz2 ingen-51918d8e3743d178bba2dbd788c8a5c3fc7cc3bc.zip |
Possible fix for serialisation in locales with , as decimal point.
git-svn-id: http://svn.drobilla.net/lad/ingen@540 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine')
-rw-r--r-- | src/libs/engine/Tree.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/libs/engine/Tree.h b/src/libs/engine/Tree.h index 2c89e55c..cba23776 100644 --- a/src/libs/engine/Tree.h +++ b/src/libs/engine/Tree.h @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef NODETREE_H -#define NODETREE_H +#ifndef TREE_H +#define TREE_H #include <string> #include <cassert> @@ -138,10 +138,4 @@ private: }; -/* This needs to be done so the templates are defined and can get instantiated - * automatically by the compilter. - */ -//#include "TreeImplementation.h" - - -#endif // NODETREE_H +#endif // TREE_H |