summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r--src/JackDriver.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp
index 2ea7066..6bbb8db 100644
--- a/src/JackDriver.hpp
+++ b/src/JackDriver.hpp
@@ -51,13 +51,13 @@ public:
void refresh();
- bool port_names(const PatchageEvent::PortRef& ref,
- std::string& module_name,
- std::string& port_name);
+ bool port_names(const PortID& id,
+ std::string& module_name,
+ std::string& port_name);
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,
boost::shared_ptr<PatchagePort> dst);