From 7ff3e6747c2f99b19edcea7ae30346c86ffa02cf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 11 Jun 2006 23:52:59 +0000 Subject: Moved Store into LibOmClient namespace git-svn-id: http://svn.drobilla.net/lad/grauph@27 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/gtk/Store.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/progs/gtk/Store.cpp') 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 -- cgit v1.2.1