diff options
author | David Robillard <d@drobilla.net> | 2019-03-08 21:12:35 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-03-09 00:43:44 +0100 |
commit | 50b5df8e10ecb32b2691dd3871de92539766d451 (patch) | |
tree | dc8810eb35d835eba7c031e0cc5636abc76b263c /ingen | |
parent | 2d76872a6c2d55df18c44ed39fc3a6cbfa3d2ea3 (diff) | |
download | ingen-50b5df8e10ecb32b2691dd3871de92539766d451.tar.gz ingen-50b5df8e10ecb32b2691dd3871de92539766d451.tar.bz2 ingen-50b5df8e10ecb32b2691dd3871de92539766d451.zip |
Make start_to_file() take a FilePath for type safety
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/Serialiser.hpp | 4 |
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). * |