diff options
Diffstat (limited to 'src/serialisation/Serialiser.hpp')
-rw-r--r-- | src/serialisation/Serialiser.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialisation/Serialiser.hpp b/src/serialisation/Serialiser.hpp index b4e148e1..757f5efb 100644 --- a/src/serialisation/Serialiser.hpp +++ b/src/serialisation/Serialiser.hpp @@ -112,7 +112,7 @@ private: SharedPtr<Shared::Store> _store; Mode _mode; std::string _base_uri; - Redland::World& _world; + Shared::World& _world; Redland::Model* _model; #ifdef USE_BLANK_NODES |