summaryrefslogtreecommitdiffstats
path: root/ingen/Serialiser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Serialiser.hpp')
-rw-r--r--ingen/Serialiser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/Serialiser.hpp b/ingen/Serialiser.hpp
index c7a71627..00466350 100644
--- a/ingen/Serialiser.hpp
+++ b/ingen/Serialiser.hpp
@@ -45,7 +45,7 @@ public:
/** Write a graph and all its contents as a complete bundle. */
virtual void write_bundle(SPtr<const Node> graph,
- const std::string& path);
+ const std::string& uri);
/** Begin a serialization to a string.
*