diff options
Diffstat (limited to 'src/client/ClientStore.cpp')
-rw-r--r-- | src/client/ClientStore.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp index 56d94b2e..8844b320 100644 --- a/src/client/ClientStore.cpp +++ b/src/client/ClientStore.cpp @@ -32,12 +32,9 @@ using namespace std; namespace Ingen { - -using namespace Shared; - namespace Client { -ClientStore::ClientStore(Shared::URIs& uris, +ClientStore::ClientStore(URIs& uris, SharedPtr<Interface> engine, SharedPtr<SigClientInterface> emitter) : _uris(uris) |