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/JackDbusDriver.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/JackDbusDriver.hpp') diff --git a/src/JackDbusDriver.hpp b/src/JackDbusDriver.hpp index 9f01c01..0deaef0 100644 --- a/src/JackDbusDriver.hpp +++ b/src/JackDbusDriver.hpp @@ -75,13 +75,13 @@ public: boost::shared_ptr find_port_view( - Patchage * patchage, - const PatchageEvent::PortRef& ref); + Patchage* patchage, + const PortID& ref); boost::shared_ptr create_port_view( - Patchage * patchage, - const PatchageEvent::PortRef& ref); + Patchage* patchage, + const PortID& ref); private: void error_msg(const std::string& msg) const; -- cgit v1.2.1