summaryrefslogtreecommitdiffstats
path: root/ingen/Serialiser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Serialiser.hpp')
-rw-r--r--ingen/Serialiser.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Serialiser.hpp b/ingen/Serialiser.hpp
index 11297ff9..c19ff19c 100644
--- a/ingen/Serialiser.hpp
+++ b/ingen/Serialiser.hpp
@@ -68,8 +68,8 @@ public:
* All serialized paths will have the root path chopped from their prefix
* (therefore all serialized paths must be descendants of the root)
*/
- virtual void start_to_file(const Raul::Path& root,
- const std::string& filename);
+ virtual void start_to_file(const Raul::Path& root,
+ const FilePath& filename);
/** Serialize an object (graph, block, or port).
*