summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r--src/JackDriver.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp
index 1c9bc9e..b25722f 100644
--- a/src/JackDriver.hpp
+++ b/src/JackDriver.hpp
@@ -51,8 +51,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() const { return _xruns; }
void reset_xruns();