From 91d5cb109563c67bdad5f3ebeaafc8e1e8f7e14a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 3 Oct 2006 22:24:22 +0000 Subject: shared_ptr bugfixes. Updated Ingen to work with new FlowCanvas. Updated Patchage to work with new(er) FlowCanvas. git-svn-id: http://svn.drobilla.net/lad/ingen@152 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingenuity/Loader.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/progs/ingenuity/Loader.h') diff --git a/src/progs/ingenuity/Loader.h b/src/progs/ingenuity/Loader.h index 7459378e..3a043c59 100644 --- a/src/progs/ingenuity/Loader.h +++ b/src/progs/ingenuity/Loader.h @@ -69,6 +69,8 @@ public: private: + void save_patch_event(CountedPtr model, const string& filename, bool recursive); + /** Returns nothing and takes no parameters (because they have all been bound) */ typedef sigc::slot Closure; -- cgit v1.2.1