From cc384f6f622cc10fd83616256080b80dc2123aaf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 14 Sep 2006 02:27:02 +0000 Subject: Cleaned up client-side model code significantly (made everything private so only Store can change the state of models). Extremely broken, just committing to move code between machines :). git-svn-id: http://svn.drobilla.net/lad/ingen@133 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/util/CountedPtr.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/common/util') diff --git a/src/common/util/CountedPtr.h b/src/common/util/CountedPtr.h index d1a48a58..0f00be87 100644 --- a/src/common/util/CountedPtr.h +++ b/src/common/util/CountedPtr.h @@ -21,8 +21,7 @@ #include #include -#ifdef DEBUG -#define BOOST_SP_ENABLE_DEBUG_HOOKS 1 +#ifdef BOOST_SP_ENABLE_DEBUG_HOOKS #include #include #include @@ -47,7 +46,7 @@ namespace boost { } } -#endif // DEBUG +#endif // BOOST_SP_ENABLE_DEBUG_HOOKS #include -- cgit v1.2.1