aboutsummaryrefslogtreecommitdiffstats
path: root/src/machina.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-11-30 07:38:42 +0000
committerDavid Robillard <d@drobilla.net>2007-11-30 07:38:42 +0000
commitdbaf3eaff06b05fe8901bfe800c76435fc024e3c (patch)
tree64c328e0a8cfb7bdb4eed4937bc2705fe929a41f /src/machina.cpp
parentb36e00c19a932b254f81e2fa71b808c440909739 (diff)
downloadmachina-dbaf3eaff06b05fe8901bfe800c76435fc024e3c.tar.gz
machina-dbaf3eaff06b05fe8901bfe800c76435fc024e3c.tar.bz2
machina-dbaf3eaff06b05fe8901bfe800c76435fc024e3c.zip
Split redland C++ wrappers out from Raul.
git-svn-id: http://svn.drobilla.net/lad/machina@927 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/machina.cpp')
-rw-r--r--src/machina.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machina.cpp b/src/machina.cpp
index edbd884..1a5ecb8 100644
--- a/src/machina.cpp
+++ b/src/machina.cpp
@@ -54,7 +54,7 @@ main(int argc, char** argv)
SharedPtr<JackDriver> driver(new JackDriver());
- Raul::RDF::World rdf_world;
+ Redland::World rdf_world;
Engine engine(driver, rdf_world);
/*// FIXME: Would be nice if this could take URIs on the cmd line