diff options
Diffstat (limited to 'src/serialisation/Serialiser.hpp')
-rw-r--r-- | src/serialisation/Serialiser.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/serialisation/Serialiser.hpp b/src/serialisation/Serialiser.hpp index 650e48e7..7fc641f6 100644 --- a/src/serialisation/Serialiser.hpp +++ b/src/serialisation/Serialiser.hpp @@ -105,8 +105,7 @@ private: const Shared::Resource* meta, const Properties& properties); - Sord::Node instance_rdf_node(const Raul::Path& path); - Sord::Node class_rdf_node(const Raul::Path& path); + Sord::Node path_rdf_node(const Raul::Path& path); Raul::Path _root_path; SharedPtr<Shared::Store> _store; |