summaryrefslogtreecommitdiffstats
path: root/ingen/client/ArcModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/ArcModel.hpp')
-rw-r--r--ingen/client/ArcModel.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/client/ArcModel.hpp b/ingen/client/ArcModel.hpp
index 84b989a0..3016266e 100644
--- a/ingen/client/ArcModel.hpp
+++ b/ingen/client/ArcModel.hpp
@@ -41,8 +41,8 @@ public:
SPtr<PortModel> tail() const { return _tail; }
SPtr<PortModel> head() const { return _head; }
- const Raul::Path& tail_path() const { return _tail->path(); }
- const Raul::Path& head_path() const { return _head->path(); }
+ const Raul::Path& tail_path() const override { return _tail->path(); }
+ const Raul::Path& head_path() const override { return _head->path(); }
private:
friend class ClientStore;