summaryrefslogtreecommitdiffstats
path: root/include/ingen/client/ArcModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/client/ArcModel.hpp')
-rw-r--r--include/ingen/client/ArcModel.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ingen/client/ArcModel.hpp b/include/ingen/client/ArcModel.hpp
index 635c2d41..a76f274f 100644
--- a/include/ingen/client/ArcModel.hpp
+++ b/include/ingen/client/ArcModel.hpp
@@ -40,8 +40,8 @@ public:
std::shared_ptr<PortModel> tail() const { return _tail; }
std::shared_ptr<PortModel> head() const { return _head; }
- const Raul::Path& tail_path() const override { return _tail->path(); }
- const Raul::Path& head_path() const override { 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;