aboutsummaryrefslogtreecommitdiffstats
path: root/src/machina.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/machina.cpp')
-rw-r--r--src/machina.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/machina.cpp b/src/machina.cpp
index 9ea8304..edbd884 100644
--- a/src/machina.cpp
+++ b/src/machina.cpp
@@ -54,7 +54,8 @@ main(int argc, char** argv)
SharedPtr<JackDriver> driver(new JackDriver());
- Engine engine(driver);
+ Raul::RDF::World rdf_world;
+ Engine engine(driver, rdf_world);
/*// FIXME: Would be nice if this could take URIs on the cmd line
char* uri = (char*)calloc(6 + strlen(argv[1]), sizeof(char));