diff options
author | David Robillard <d@drobilla.net> | 2006-07-12 01:01:15 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-07-12 01:01:15 +0000 |
commit | 120757b8cb154266aae21472a49f0c00309a7dde (patch) | |
tree | 977e35d6222c1d9f5239c8de685fc0525c0c3a7d /src/libs/client/Store.cpp | |
parent | 94ac1eb5bd854244e9d90dc636a33d9cc5b82b01 (diff) | |
download | ingen-120757b8cb154266aae21472a49f0c00309a7dde.tar.gz ingen-120757b8cb154266aae21472a49f0c00309a7dde.tar.bz2 ingen-120757b8cb154266aae21472a49f0c00309a7dde.zip |
Minor cleanups, removed braindead centralized singleton instance file
git-svn-id: http://svn.drobilla.net/lad/ingen@86 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/Store.cpp')
-rw-r--r-- | src/libs/client/Store.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libs/client/Store.cpp b/src/libs/client/Store.cpp index 042ea5f5..476e24d0 100644 --- a/src/libs/client/Store.cpp +++ b/src/libs/client/Store.cpp @@ -25,6 +25,11 @@ namespace LibOmClient { + +/// Singleton instance +Store* Store::_instance = 0; + + Store::Store(SigClientInterface& emitter) { //emitter.new_plugin_sig.connect(sigc::mem_fun(this, &Store::add_plugin)); |