diff options
Diffstat (limited to 'src/AlsaDriver.hpp')
-rw-r--r-- | src/AlsaDriver.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp index fb919eb..c39f8c4 100644 --- a/src/AlsaDriver.hpp +++ b/src/AlsaDriver.hpp @@ -43,8 +43,8 @@ public: void refresh(); boost::shared_ptr<PatchagePort> create_port_view( - Patchage* patchage, - const PatchageEvent::PortRef& ref); + Patchage* patchage, + const PortID& id); bool connect(boost::shared_ptr<PatchagePort> src_port, boost::shared_ptr<PatchagePort> dst_port); |