summaryrefslogtreecommitdiffstats
path: root/ingen/shared/ClashAvoider.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/shared/ClashAvoider.hpp')
-rw-r--r--ingen/shared/ClashAvoider.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ingen/shared/ClashAvoider.hpp b/ingen/shared/ClashAvoider.hpp
index 224eb509..5b62ef53 100644
--- a/ingen/shared/ClashAvoider.hpp
+++ b/ingen/shared/ClashAvoider.hpp
@@ -63,11 +63,11 @@ public:
virtual void move(const Raul::Path& old_path,
const Raul::Path& new_path);
- virtual void connect(const Raul::Path& src_port_path,
- const Raul::Path& dst_port_path);
+ virtual void connect(const Raul::Path& tail,
+ const Raul::Path& head);
- virtual void disconnect(const Raul::URI& src,
- const Raul::URI& dst);
+ virtual void disconnect(const Raul::Path& tail,
+ const Raul::Path& head);
virtual void disconnect_all(const Raul::Path& parent_patch_path,
const Raul::Path& path);