aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Edge.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/machina/Edge.hpp')
-rw-r--r--src/engine/machina/Edge.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/machina/Edge.hpp b/src/engine/machina/Edge.hpp
index 51314c4..4681b38 100644
--- a/src/engine/machina/Edge.hpp
+++ b/src/engine/machina/Edge.hpp
@@ -40,7 +40,7 @@ public:
, _head(head)
{}
- void write_state(Raul::RDFWriter& writer);
+ void write_state(Raul::RDF::Model& model);
WeakPtr<Node> tail() { return _tail; }
SharedPtr<Node> head() { return _head; }