summaryrefslogtreecommitdiffstats
path: root/ingen/client/BlockModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/BlockModel.hpp')
-rw-r--r--ingen/client/BlockModel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/client/BlockModel.hpp b/ingen/client/BlockModel.hpp
index dbb0faf3..d0bae8de 100644
--- a/ingen/client/BlockModel.hpp
+++ b/ingen/client/BlockModel.hpp
@@ -48,7 +48,7 @@ public:
BlockModel(const BlockModel& copy);
virtual ~BlockModel();
- GraphType graph_type() const { return GraphObject::PATCH; }
+ GraphType graph_type() const { return GraphObject::GRAPH; }
typedef std::vector< SharedPtr<const PortModel> > Ports;