summaryrefslogtreecommitdiffstats
path: root/src/common/interface/EngineInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/interface/EngineInterface.h')
-rw-r--r--src/common/interface/EngineInterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/interface/EngineInterface.h b/src/common/interface/EngineInterface.h
index d8db6d2d..864e1b6f 100644
--- a/src/common/interface/EngineInterface.h
+++ b/src/common/interface/EngineInterface.h
@@ -23,7 +23,7 @@
#include "interface/ClientInterface.h"
using std::string;
-namespace Om {
+namespace Ingen {
/** Shared code used on both client side and engine side (abstract interfaces). */
namespace Shared {
@@ -119,7 +119,7 @@ protected:
} // namespace Shared
-} // namespace Om
+} // namespace Ingen
#endif // ENGINEINTERFACE_H