From eede1a188c2da2c926d49902f2b2c411774342af Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 7 Sep 2008 20:16:49 +0000 Subject: Separate PortRef (now PortID) from PatchageEvent. git-svn-id: http://svn.drobilla.net/lad/patchage@1477 a436a847-0d15-0410-975c-d299462d15a1 --- src/Driver.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Driver.hpp') diff --git a/src/Driver.hpp b/src/Driver.hpp index 678fdbe..49db805 100644 --- a/src/Driver.hpp +++ b/src/Driver.hpp @@ -46,8 +46,8 @@ public: virtual void refresh() = 0; virtual boost::shared_ptr create_port_view( - Patchage* patchage, - const PatchageEvent::PortRef& ref) = 0; + Patchage* patchage, + const PortID& id) = 0; virtual bool connect(boost::shared_ptr src_port, boost::shared_ptr dst_port) = 0; -- cgit v1.2.1