summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Ingen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/Ingen.cpp')
-rw-r--r--src/libs/engine/Ingen.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/engine/Ingen.cpp b/src/libs/engine/Ingen.cpp
index 37e8f893..695a0be5 100644
--- a/src/libs/engine/Ingen.cpp
+++ b/src/libs/engine/Ingen.cpp
@@ -46,7 +46,7 @@
#endif
using std::cout; using std::cerr; using std::endl;
-namespace Om {
+namespace Ingen {
Ingen* Ingen::m_instance = NULL;
@@ -142,7 +142,7 @@ Ingen::main()
deactivate();
sleep(1);
- cout << "[Main] Om exiting..." << endl;
+ cout << "[Main] Exiting..." << endl;
return 0;
}
@@ -205,4 +205,4 @@ Ingen::deactivate()
}
-} // namespace Om
+} // namespace Ingen