diff options
Diffstat (limited to 'src/libs/serialisation/Serialiser.hpp')
-rw-r--r-- | src/libs/serialisation/Serialiser.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/serialisation/Serialiser.hpp b/src/libs/serialisation/Serialiser.hpp index 1c7271d2..f27cad83 100644 --- a/src/libs/serialisation/Serialiser.hpp +++ b/src/libs/serialisation/Serialiser.hpp @@ -66,7 +66,8 @@ public: void start_to_string(const Raul::Path& root, const std::string& base_uri); void serialise(SharedPtr<GraphObject> object) throw (std::logic_error); - void serialise_connection(SharedPtr<Shared::Connection> c) throw (std::logic_error); + void serialise_connection(SharedPtr<GraphObject> parent, + SharedPtr<Shared::Connection> c) throw (std::logic_error); std::string finish(); |