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.h | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'src/progs/gtk/Store.h') diff --git a/src/progs/gtk/Store.h b/src/progs/gtk/Store.h index c3e465c0..2b32dde6 100644 --- a/src/progs/gtk/Store.h +++ b/src/progs/gtk/Store.h @@ -27,18 +27,13 @@ using std::string; using std::map; namespace LibOmClient { - class SigClientInterface; - class ObjectModel; - class PluginModel; - class PatchModel; - class NodeModel; - class PortModel; -} -using namespace LibOmClient; - -namespace OmGtk { - +class SigClientInterface; +class ObjectModel; +class PluginModel; +class PatchModel; +class NodeModel; +class PortModel; /** Singeton which holds all "Om Objects" for easy/fast lookup * @@ -84,6 +79,6 @@ private: }; -} // namespace OmGtk +} // namespace LibOmClient #endif // STORE_H -- cgit v1.2.1