diff options
author | David Robillard <d@drobilla.net> | 2011-02-16 23:31:48 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-16 23:31:48 +0000 |
commit | beabfa4487592c787cdf4a20115462884311713e (patch) | |
tree | e73b978c0088ab7e12a688c389493aa7dc9e64b9 /src/serialisation/Serialiser.hpp | |
parent | 51870ac545cb683296e09b60737991bc295369e4 (diff) | |
download | ingen-beabfa4487592c787cdf4a20115462884311713e.tar.gz ingen-beabfa4487592c787cdf4a20115462884311713e.tar.bz2 ingen-beabfa4487592c787cdf4a20115462884311713e.zip |
Save subpatches to recursive bundles.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2967 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/serialisation/Serialiser.hpp')
-rw-r--r-- | src/serialisation/Serialiser.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serialisation/Serialiser.hpp b/src/serialisation/Serialiser.hpp index b1f7b5ef..55dbcea1 100644 --- a/src/serialisation/Serialiser.hpp +++ b/src/serialisation/Serialiser.hpp @@ -60,8 +60,8 @@ public: void to_file(SharedPtr<Shared::GraphObject> object, const std::string& filename); - void write_bundle(SharedPtr<Shared::GraphObject> object, - const std::string& filename); + void write_bundle(SharedPtr<Shared::Patch> patch, + const std::string& uri); std::string to_string(SharedPtr<Shared::GraphObject> object, const std::string& base_uri, |