diff options
Diffstat (limited to 'src/libs/engine/ObjectStore.cpp')
-rw-r--r-- | src/libs/engine/ObjectStore.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/ObjectStore.cpp b/src/libs/engine/ObjectStore.cpp index d56b3e7b..517f805e 100644 --- a/src/libs/engine/ObjectStore.cpp +++ b/src/libs/engine/ObjectStore.cpp @@ -22,7 +22,7 @@ #include "util/Path.h" #include "Tree.h" -namespace Om { +namespace Ingen { /** Find the Patch at the given path. @@ -104,4 +104,4 @@ ObjectStore::remove(const string& path) } -} // namespace Om +} // namespace Ingen |