diff options
Diffstat (limited to 'src/Driver.hpp')
-rw-r--r-- | src/Driver.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<PatchagePort> create_port_view( - Patchage* patchage, - const PatchageEvent::PortRef& ref) = 0; + Patchage* patchage, + const PortID& id) = 0; virtual bool connect(boost::shared_ptr<PatchagePort> src_port, boost::shared_ptr<PatchagePort> dst_port) = 0; |