summaryrefslogtreecommitdiffstats
path: root/src/client/ClientStore.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ClientStore.hpp')
-rw-r--r--src/client/ClientStore.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/ClientStore.hpp b/src/client/ClientStore.hpp
index a01a9dc6..011bb38c 100644
--- a/src/client/ClientStore.hpp
+++ b/src/client/ClientStore.hpp
@@ -24,8 +24,6 @@
#include "raul/SharedPtr.hpp"
-#include <sigc++/sigc++.h>
-
#include "ingen/ServerInterface.hpp"
#include "raul/Path.hpp"
#include "raul/PathTable.hpp"
@@ -54,7 +52,7 @@ class SigClientInterface;
*/
class ClientStore : public Shared::Store
, public CommonInterface
- , public sigc::trackable {
+ , public INGEN_TRACKABLE {
public:
ClientStore(
SharedPtr<Shared::LV2URIMap> uris,