summaryrefslogtreecommitdiffstats
path: root/include/ingen/serialisation/Serialiser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/serialisation/Serialiser.hpp')
-rw-r--r--include/ingen/serialisation/Serialiser.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ingen/serialisation/Serialiser.hpp b/include/ingen/serialisation/Serialiser.hpp
index 111794d7..8d5805e1 100644
--- a/include/ingen/serialisation/Serialiser.hpp
+++ b/include/ingen/serialisation/Serialiser.hpp
@@ -48,7 +48,7 @@ namespace Serialisation {
class Serialiser
{
public:
- Serialiser(Shared::World& world, SharedPtr<Shared::Store> store);
+ Serialiser(Shared::World& world);
virtual ~Serialiser();
typedef GraphObject::Properties Properties;
@@ -57,7 +57,7 @@ public:
const std::string& filename);
virtual void write_bundle(SharedPtr<const Patch> patch,
- const std::string& path);
+ const std::string& path);
virtual std::string to_string(SharedPtr<const GraphObject> object,
const std::string& base_uri,