summaryrefslogtreecommitdiffstats
path: root/src/JackDbusDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-27 20:18:41 +0100
committerDavid Robillard <d@drobilla.net>2020-11-27 21:52:29 +0100
commit10a9f00294c3a33477dee21980f91d1417b6ef21 (patch)
tree5fa81e66ffa8f5f22753ced48315db83a5237e9f /src/JackDbusDriver.hpp
parent2146f229086ffe26888d74fffd4bd441bfdaecbe (diff)
downloadpatchage-10a9f00294c3a33477dee21980f91d1417b6ef21.tar.gz
patchage-10a9f00294c3a33477dee21980f91d1417b6ef21.tar.bz2
patchage-10a9f00294c3a33477dee21980f91d1417b6ef21.zip
Ensure that ports always have an ID
Diffstat (limited to 'src/JackDbusDriver.hpp')
-rw-r--r--src/JackDbusDriver.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/JackDbusDriver.hpp b/src/JackDbusDriver.hpp
index 00c2a83..5b443b0 100644
--- a/src/JackDbusDriver.hpp
+++ b/src/JackDbusDriver.hpp
@@ -83,6 +83,7 @@ private:
void add_port(PatchageModule* module,
PortType type,
+ PortID id,
const std::string& name,
bool is_input);