diff options
author | David Robillard <d@drobilla.net> | 2006-06-12 04:48:20 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-06-12 04:48:20 +0000 |
commit | efee2b08f575e2c216cffa6f08a928223ab2cedb (patch) | |
tree | 089fdf9bc89aa04793b03cbfccb438a7a9c9f387 /src/libs/client/Store.h | |
parent | 5818a04533e472820f6c6748b2f07d7d1ca5789a (diff) | |
download | ingen-efee2b08f575e2c216cffa6f08a928223ab2cedb.tar.gz ingen-efee2b08f575e2c216cffa6f08a928223ab2cedb.tar.bz2 ingen-efee2b08f575e2c216cffa6f08a928223ab2cedb.zip |
Store memory bug fixes (multiple ref ptr's to the same object, bad),
control panel fixes
git-svn-id: http://svn.drobilla.net/lad/grauph@32 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/Store.h')
-rw-r--r-- | src/libs/client/Store.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libs/client/Store.h b/src/libs/client/Store.h index ebcf8d8e..b17d30c2 100644 --- a/src/libs/client/Store.h +++ b/src/libs/client/Store.h @@ -17,9 +17,6 @@ #ifndef STORE_H #define STORE_H -// FIXME: for CountedPtr -#define WITH_RTTI - #include <cassert> #include <string> #include <map> |