summaryrefslogtreecommitdiffstats
path: root/src/libs/client/ModelClientInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/ModelClientInterface.cpp')
-rw-r--r--src/libs/client/ModelClientInterface.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libs/client/ModelClientInterface.cpp b/src/libs/client/ModelClientInterface.cpp
index 9e9d8a78..f2fcd10e 100644
--- a/src/libs/client/ModelClientInterface.cpp
+++ b/src/libs/client/ModelClientInterface.cpp
@@ -21,7 +21,8 @@
#include "NodeModel.h"
#include "PluginModel.h"
-namespace LibOmClient {
+namespace Ingen {
+namespace Client {
void
@@ -131,4 +132,5 @@ ModelClientInterface::connection(const string& src_port_path,
-} // namespace LibOmClient
+} // namespace Client
+} // namespace Ingen