summaryrefslogtreecommitdiffstats
path: root/src/libs/client/PluginModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/PluginModel.hpp')
-rw-r--r--src/libs/client/PluginModel.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/client/PluginModel.hpp b/src/libs/client/PluginModel.hpp
index 75cf70f5..95a68dbe 100644
--- a/src/libs/client/PluginModel.hpp
+++ b/src/libs/client/PluginModel.hpp
@@ -95,11 +95,11 @@ public:
static string get_lv2_icon_path(SLV2Plugin plugin);
#endif
- static void set_rdf_world(Raul::RDF::World& world) {
+ static void set_rdf_world(Redland::World& world) {
_rdf_world = &world;
}
- static Raul::RDF::World* rdf_world() { return _rdf_world; }
+ static Redland::World* rdf_world() { return _rdf_world; }
private:
const Type _type;
@@ -115,7 +115,7 @@ private:
mutable string _icon_path;
#endif
- static Raul::RDF::World* _rdf_world;
+ static Redland::World* _rdf_world;
};