From 51918d8e3743d178bba2dbd788c8a5c3fc7cc3bc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Jun 2007 22:45:08 +0000 Subject: 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 --- src/libs/engine/Tree.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/libs/engine') 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 #include @@ -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 -- cgit v1.2.1