From 120757b8cb154266aae21472a49f0c00309a7dde Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 12 Jul 2006 01:01:15 +0000 Subject: Minor cleanups, removed braindead centralized singleton instance file git-svn-id: http://svn.drobilla.net/lad/ingen@86 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/Store.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/libs/client') 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)); -- cgit v1.2.1