diff options
Diffstat (limited to 'src/progs/ingenuity/App.cpp')
-rw-r--r-- | src/progs/ingenuity/App.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/progs/ingenuity/App.cpp b/src/progs/ingenuity/App.cpp index ffc03074..1ca2fec5 100644 --- a/src/progs/ingenuity/App.cpp +++ b/src/progs/ingenuity/App.cpp @@ -48,10 +48,10 @@ #endif using std::cerr; using std::cout; using std::endl; using std::string; -namespace LibOmClient { class PluginModel; } -using namespace LibOmClient; +namespace Ingen { namespace Client { class PluginModel; } } +using namespace Ingen::Client; -namespace OmGtk { +namespace Ingenuity { class OmPort; @@ -221,5 +221,5 @@ App::quit() } -} // namespace OmGtk +} // namespace Ingenuity |