summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/CreatePatchEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/CreatePatchEvent.cpp')
-rw-r--r--src/libs/engine/events/CreatePatchEvent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/CreatePatchEvent.cpp b/src/libs/engine/events/CreatePatchEvent.cpp
index 8642dc1d..2b396cbb 100644
--- a/src/libs/engine/events/CreatePatchEvent.cpp
+++ b/src/libs/engine/events/CreatePatchEvent.cpp
@@ -25,7 +25,7 @@
#include "Engine.hpp"
#include "ClientBroadcaster.hpp"
#include "AudioDriver.hpp"
-#include "ObjectStore.hpp"
+#include "EngineStore.hpp"
namespace Ingen {
@@ -79,7 +79,7 @@ CreatePatchEvent::pre_process()
_patch->activate();
- // Insert into ObjectStore
+ // Insert into EngineStore
//_patch->add_to_store(_engine.object_store());
_engine.object_store()->add(_patch);