summaryrefslogtreecommitdiffstats
path: root/src/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen')
-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 57e7b658..61d8a90e 100644
--- a/src/ingen/main.cpp
+++ b/src/ingen/main.cpp
@@ -114,7 +114,7 @@ main(int argc, char** argv)
g_type_init();
#endif
- world = new Ingen::Shared::World(&conf, argc, argv);
+ world = new Ingen::Shared::World(&conf, argc, argv, NULL, NULL);
if (conf.option("uuid").get_string()) {
world->set_jack_uuid(conf.option("uuid").get_string());