From 09a4ea31dc9ce8ef4cd399a6c68054aafe31c325 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 12 Jan 2007 18:12:06 +0000 Subject: Control value persistence/serialization. git-svn-id: http://svn.drobilla.net/lad/ingen@252 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/GraphObject.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libs/engine/GraphObject.h') diff --git a/src/libs/engine/GraphObject.h b/src/libs/engine/GraphObject.h index 1f3caa7b..b43ddf88 100644 --- a/src/libs/engine/GraphObject.h +++ b/src/libs/engine/GraphObject.h @@ -14,8 +14,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef OMOBJECT_H -#define OMOBJECT_H +#ifndef GRAPHOBJECT_H +#define GRAPHOBJECT_H #include #include @@ -113,4 +113,4 @@ private: } // namespace Ingen -#endif // OMOBJECT_H +#endif // GRAPHOBJECT_H -- cgit v1.2.1