summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/DeactivateEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/DeactivateEvent.cpp')
-rw-r--r--src/libs/engine/events/DeactivateEvent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/DeactivateEvent.cpp b/src/libs/engine/events/DeactivateEvent.cpp
index 28648da3..e1c0541e 100644
--- a/src/libs/engine/events/DeactivateEvent.cpp
+++ b/src/libs/engine/events/DeactivateEvent.cpp
@@ -16,7 +16,7 @@
#include "DeactivateEvent.h"
#include "Responder.h"
-#include "Ingen.h"
+#include "Engine.h"
namespace Ingen {
@@ -45,7 +45,7 @@ void
DeactivateEvent::post_process()
{
_responder->respond_ok();
- Ingen::instance().deactivate();
+ Engine::instance().deactivate();
}