summaryrefslogtreecommitdiffstats
path: root/src/client/ClientStore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ClientStore.cpp')
-rw-r--r--src/client/ClientStore.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp
index 792f8949..ad3b3c0d 100644
--- a/src/client/ClientStore.cpp
+++ b/src/client/ClientStore.cpp
@@ -26,8 +26,8 @@
#include "ingen/client/PortModel.hpp"
#include "ingen/client/SigClientInterface.hpp"
-namespace Ingen {
-namespace Client {
+namespace ingen {
+namespace client {
ClientStore::ClientStore(URIs& uris,
Log& log,
@@ -483,5 +483,5 @@ ClientStore::operator()(const DisconnectAll& msg)
}
}
-} // namespace Client
-} // namespace Ingen
+} // namespace client
+} // namespace ingen