summaryrefslogtreecommitdiffstats
path: root/src/progs/gtk/Store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs/gtk/Store.cpp')
-rw-r--r--src/progs/gtk/Store.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/progs/gtk/Store.cpp b/src/progs/gtk/Store.cpp
index 8f74e3c7..ae285305 100644
--- a/src/progs/gtk/Store.cpp
+++ b/src/progs/gtk/Store.cpp
@@ -23,7 +23,7 @@
#include "PatchModel.h"
#include "SigClientInterface.h"
-namespace OmGtk {
+namespace LibOmClient {
Store::Store(SigClientInterface& emitter)
{
@@ -259,5 +259,5 @@ Store::new_port_event(const string& path, const string& type, bool is_output)
}
-} // namespace OmGtk
+} // namespace LibOmClient