From 306b99fa5e7e18c24bb8e1ffa828ae35037174da Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 5 Jan 2013 19:34:43 +0000 Subject: Fix graph_type of BlockModel (fix copy and paste). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4899 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/client/BlockModel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen') diff --git a/ingen/client/BlockModel.hpp b/ingen/client/BlockModel.hpp index 65d632d5..547894b4 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 Node::GRAPH; } + GraphType graph_type() const { return Node::BLOCK; } typedef std::vector< SharedPtr > Ports; -- cgit v1.2.1