summaryrefslogtreecommitdiffstats
path: root/ingen/serialisation/Serialiser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/serialisation/Serialiser.hpp')
-rw-r--r--ingen/serialisation/Serialiser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/serialisation/Serialiser.hpp b/ingen/serialisation/Serialiser.hpp
index b4c0dfd3..ae18693e 100644
--- a/ingen/serialisation/Serialiser.hpp
+++ b/ingen/serialisation/Serialiser.hpp
@@ -52,7 +52,7 @@ public:
virtual void to_file(SharedPtr<const GraphObject> object,
const std::string& filename);
- virtual void write_bundle(SharedPtr<const GraphObject> patch,
+ virtual void write_bundle(SharedPtr<const GraphObject> graph,
const std::string& path);
virtual std::string to_string(SharedPtr<const GraphObject> object,