summaryrefslogtreecommitdiffstats
path: root/ingen/Connection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Connection.hpp')
-rw-r--r--ingen/Connection.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Connection.hpp b/ingen/Connection.hpp
index 6bb92d3a..7ff34847 100644
--- a/ingen/Connection.hpp
+++ b/ingen/Connection.hpp
@@ -30,8 +30,8 @@ class Connection
public:
virtual ~Connection() {}
- virtual const Raul::Path& src_port_path() const = 0;
- virtual const Raul::Path& dst_port_path() const = 0;
+ virtual const Raul::Path& tail_path() const = 0;
+ virtual const Raul::Path& head_path() const = 0;
};
} // namespace Ingen