From 800c329a0b77f9044923885abe0728028eca8350 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Aug 2012 02:24:38 +0000 Subject: Patch => Graph git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/client/BlockModel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/client/BlockModel.hpp') 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 > Ports; -- cgit v1.2.1