From 58af61933fe938c404b8fcd916b3939257663cdd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 30 Nov 2007 07:38:42 +0000 Subject: Split redland C++ wrappers out from Raul. git-svn-id: http://svn.drobilla.net/lad/ingen@927 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/serialisation/Loader.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libs/serialisation/Loader.hpp') diff --git a/src/libs/serialisation/Loader.hpp b/src/libs/serialisation/Loader.hpp index e81fba4c..a1d4e302 100644 --- a/src/libs/serialisation/Loader.hpp +++ b/src/libs/serialisation/Loader.hpp @@ -26,7 +26,7 @@ #include #include "interface/GraphObject.hpp" -namespace Raul { namespace RDF { class World; } } +namespace Redland { class World; } namespace Ingen { namespace Shared { class EngineInterface; } } using namespace Ingen::Shared; @@ -41,12 +41,12 @@ public: virtual bool load(SharedPtr engine, - Raul::RDF::World* world, + Redland::World* world, const Glib::ustring& uri, boost::optional parent, std::string patch_name, Glib::ustring patch_uri = "", - GraphObject::Variables data = GraphObject::Variables()); + GraphObject::Variables data = GraphObject::Variables()); }; -- cgit v1.2.1