From f211975fd97c39668b61170d11960bd1c565ae79 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Apr 2007 20:10:33 +0000 Subject: Fix connections directly between subpatch input/output ports. git-svn-id: http://svn.drobilla.net/lad/ingen@427 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/Store.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libs/client/Store.h') 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 plugin); + SharedPtr connection_patch(const Path& src_port_path, const Path& dst_port_path); + // It would be nice to integrate these somehow.. void add_orphan(SharedPtr orphan); -- cgit v1.2.1