diff options
Diffstat (limited to 'src/serialisation/Serialiser.hpp')
-rw-r--r-- | src/serialisation/Serialiser.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serialisation/Serialiser.hpp b/src/serialisation/Serialiser.hpp index b1f7b5ef..55dbcea1 100644 --- a/src/serialisation/Serialiser.hpp +++ b/src/serialisation/Serialiser.hpp @@ -60,8 +60,8 @@ public: void to_file(SharedPtr<Shared::GraphObject> object, const std::string& filename); - void write_bundle(SharedPtr<Shared::GraphObject> object, - const std::string& filename); + void write_bundle(SharedPtr<Shared::Patch> patch, + const std::string& uri); std::string to_string(SharedPtr<Shared::GraphObject> object, const std::string& base_uri, |