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, 2 insertions, 3 deletions
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp
index d3ac0cd..9722f0f 100644
--- a/src/JackDriver.hpp
+++ b/src/JackDriver.hpp
@@ -56,9 +56,8 @@ public:
std::string& module_name,
std::string& port_name);
- PatchagePort* create_port_view(
- Patchage* patchage,
- const PortID& id);
+ PatchagePort* create_port_view(Patchage* patchage,
+ const PortID& id);
bool connect(PatchagePort* src,
PatchagePort* dst);