summaryrefslogtreecommitdiffstats
path: root/src/libs/client/Store.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-08 20:10:33 +0000
committerDavid Robillard <d@drobilla.net>2007-04-08 20:10:33 +0000
commitf211975fd97c39668b61170d11960bd1c565ae79 (patch)
tree2aca3164063eb5b8aa3655ccc0f04dc3f0ad5c44 /src/libs/client/Store.h
parentc34d7b6e9354529b6e83c136857e798c63b256fe (diff)
downloadingen-f211975fd97c39668b61170d11960bd1c565ae79.tar.gz
ingen-f211975fd97c39668b61170d11960bd1c565ae79.tar.bz2
ingen-f211975fd97c39668b61170d11960bd1c565ae79.zip
Fix connections directly between subpatch input/output ports.
git-svn-id: http://svn.drobilla.net/lad/ingen@427 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/Store.h')
-rw-r--r--src/libs/client/Store.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/client/Store.h b/src/libs/client/Store.h
index 7ce3febb..60bc88c7 100644
--- a/src/libs/client/Store.h
+++ b/src/libs/client/Store.h
@@ -70,6 +70,8 @@ private:
void add_plugin(SharedPtr<PluginModel> plugin);
+ SharedPtr<PatchModel> connection_patch(const Path& src_port_path, const Path& dst_port_path);
+
// It would be nice to integrate these somehow..
void add_orphan(SharedPtr<ObjectModel> orphan);