From 2cfd996c38fefef9052c12758d681cba7be0642e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 14 Dec 2010 19:52:19 +0000 Subject: Apply patch from larsl to tolerate broken LV2 class hierarchies (ticket #529). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2682 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PatchCanvas.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gui/PatchCanvas.hpp') diff --git a/src/gui/PatchCanvas.hpp b/src/gui/PatchCanvas.hpp index ae99c1c1..aa27c9e1 100644 --- a/src/gui/PatchCanvas.hpp +++ b/src/gui/PatchCanvas.hpp @@ -20,6 +20,7 @@ #include #include +#include #include #include "ingen-config.h" #include "flowcanvas/Canvas.hpp" @@ -116,7 +117,8 @@ private: Gtk::Menu* menu, SLV2PluginClass plugin_class, SLV2PluginClasses classes, - const LV2Children& children); + const LV2Children& children, + std::set& ancestors); #endif GraphObject::Properties get_initial_data(); -- cgit v1.2.1