summaryrefslogtreecommitdiffstats
path: root/src/ingen/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen/main.cpp')
-rw-r--r--src/ingen/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp
index ceb50397..1f610810 100644
--- a/src/ingen/main.cpp
+++ b/src/ingen/main.cpp
@@ -102,7 +102,7 @@ main(int argc, char** argv)
// Set bundle path from executable location so resources can be found
Shared::set_bundle_path_from_code((void*)&main);
- SharedPtr<Shared::EngineInterface> engine_interface;
+ SharedPtr<EngineInterface> engine_interface;
Glib::thread_init();
#if HAVE_SOUP