summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchCanvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchCanvas.hpp')
-rw-r--r--src/gui/PatchCanvas.hpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/gui/PatchCanvas.hpp b/src/gui/PatchCanvas.hpp
index b67c4937..139b7582 100644
--- a/src/gui/PatchCanvas.hpp
+++ b/src/gui/PatchCanvas.hpp
@@ -108,11 +108,13 @@ private:
void build_classless_menu();
#ifdef HAVE_SLV2
+ typedef std::multimap<const std::string, SLV2PluginClass> LV2Children;
void build_plugin_menu();
size_t build_plugin_class_menu(
- Gtk::Menu* menu,
- SLV2PluginClass plugin_class,
- SLV2PluginClasses classes);
+ Gtk::Menu* menu,
+ SLV2PluginClass plugin_class,
+ SLV2PluginClasses classes,
+ const LV2Children& children);
#endif
GraphObject::Properties get_initial_data();