summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Om.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/Om.cpp')
-rw-r--r--src/libs/engine/Om.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/Om.cpp b/src/libs/engine/Om.cpp
index d6e624fe..8b4ac0fb 100644
--- a/src/libs/engine/Om.cpp
+++ b/src/libs/engine/Om.cpp
@@ -15,7 +15,7 @@
*/
#include "config.h"
-#include "OmApp.h"
+#include "Ingen.h"
#ifdef HAVE_LASH
#include "LashDriver.h"
#endif
@@ -29,5 +29,5 @@
*/
namespace Om
{
- OmApp* om = 0;
+ Ingen* om = 0;
}