diff options
author | David Robillard <d@drobilla.net> | 2007-11-30 07:38:42 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-11-30 07:38:42 +0000 |
commit | dbaf3eaff06b05fe8901bfe800c76435fc024e3c (patch) | |
tree | 64c328e0a8cfb7bdb4eed4937bc2705fe929a41f /src/machina.cpp | |
parent | b36e00c19a932b254f81e2fa71b808c440909739 (diff) | |
download | machina-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.cpp | 2 |
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 |