diff options
Diffstat (limited to 'src/engine/Node.hpp')
-rw-r--r-- | src/engine/Node.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/Node.hpp b/src/engine/Node.hpp index 13f6bb3..cc9d438 100644 --- a/src/engine/Node.hpp +++ b/src/engine/Node.hpp @@ -64,7 +64,7 @@ public: bool connected_to(SharedPtr<Node> node); void set(URIInt key, const Raul::Atom& value); - void write_state(Redland::Model& model); + void write_state(Sord::Model& model); bool is_initial() const { return _is_initial; } void set_initial(bool i) { _is_initial = i; } |