summaryrefslogtreecommitdiffstats
path: root/ingen/client/PortModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/PortModel.hpp')
-rw-r--r--ingen/client/PortModel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/client/PortModel.hpp b/ingen/client/PortModel.hpp
index bfc56a9d..675cc827 100644
--- a/ingen/client/PortModel.hpp
+++ b/ingen/client/PortModel.hpp
@@ -41,7 +41,7 @@ class PortModel : public ObjectModel
public:
enum Direction { INPUT, OUTPUT };
- GraphType graph_type() const { return GraphObject::PORT; }
+ GraphType graph_type() const { return Node::PORT; }
bool supports(const Raul::URI& value_type) const;