summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/LashDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/LashDriver.cpp')
-rw-r--r--src/libs/engine/LashDriver.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/engine/LashDriver.cpp b/src/libs/engine/LashDriver.cpp
index bdc385dd..0a014eb0 100644
--- a/src/libs/engine/LashDriver.cpp
+++ b/src/libs/engine/LashDriver.cpp
@@ -19,7 +19,6 @@
#include <iostream>
#include <string>
#include <cassert>
-#include "OmApp.h"
using std::cerr; using std::cout; using std::endl;
using std::string;
@@ -27,7 +26,7 @@ using std::string;
namespace Om {
-LashDriver::LashDriver(OmApp* app, lash_args_t* args)
+LashDriver::LashDriver(Ingen* app, lash_args_t* args)
: m_app(app),
m_client(NULL),
m_alsa_client_id(0) // FIXME: appropriate sentinel?