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/PatchageCanvas.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PatchageCanvas.hpp') diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp index 8831414..d0a44fd 100644 --- a/src/PatchageCanvas.hpp +++ b/src/PatchageCanvas.hpp @@ -39,7 +39,7 @@ public: PatchageCanvas(Patchage* _app, int width, int height); boost::shared_ptr find_module(const string& name, ModuleType type); - boost::shared_ptr find_port(const PatchageEvent::PortRef& ref); + boost::shared_ptr find_port(const PortID& id); void connect(boost::shared_ptr port1, boost::shared_ptr port2); void disconnect(boost::shared_ptr port1, boost::shared_ptr port2); -- cgit v1.2.1