summaryrefslogtreecommitdiffstats
path: root/src/libs/serialisation/Loader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/serialisation/Loader.hpp')
-rw-r--r--src/libs/serialisation/Loader.hpp6
1 files changed, 3 insertions, 3 deletions
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 <raul/Table.hpp>
#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<Ingen::Shared::EngineInterface> engine,
- Raul::RDF::World* world,
+ Redland::World* world,
const Glib::ustring& uri,
boost::optional<Raul::Path> parent,
std::string patch_name,
Glib::ustring patch_uri = "",
- GraphObject::Variables data = GraphObject::Variables());
+ GraphObject::Variables data = GraphObject::Variables());
};