diff options
Diffstat (limited to 'src/JackDbusDriver.hpp')
-rw-r--r-- | src/JackDbusDriver.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/JackDbusDriver.hpp b/src/JackDbusDriver.hpp index 9727fd6..99bd791 100644 --- a/src/JackDbusDriver.hpp +++ b/src/JackDbusDriver.hpp @@ -48,8 +48,9 @@ public: void refresh(const EventSink& sink) override; - bool connect(PortID tail_id, PortID head_id) override; - bool disconnect(PortID tail_id, PortID head_id) override; + bool connect(const PortID& tail_id, const PortID& head_id) override; + + bool disconnect(const PortID& tail_id, const PortID& head_id) override; uint32_t get_xruns(); void reset_xruns(); |