summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/ObjectStore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/ObjectStore.h')
-rw-r--r--src/libs/engine/ObjectStore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/ObjectStore.h b/src/libs/engine/ObjectStore.h
index 44b71ccb..c899b0ff 100644
--- a/src/libs/engine/ObjectStore.h
+++ b/src/libs/engine/ObjectStore.h
@@ -23,7 +23,7 @@
#include "Tree.h"
using std::string;
-namespace Om {
+namespace Ingen {
class Patch;
class Node;
@@ -56,6 +56,6 @@ private:
};
-} // namespace Om
+} // namespace Ingen
#endif // OBJECTSTORE