summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_dropdown.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-01-16 20:01:34 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:18:13 -0400
commit6c8e11d3f8d049c12255da95719610745fe38483 (patch)
tree2e059e0019e149e217978cee908eca2d1071c8ad /gtk2_ardour/ardour_dropdown.h
parentab2e23db9a31d60c6e7ade86795ec0f1d8f34bc1 (diff)
change ArdourDropdown API to allow other types of menu elements
Diffstat (limited to 'gtk2_ardour/ardour_dropdown.h')
-rw-r--r--gtk2_ardour/ardour_dropdown.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_dropdown.h b/gtk2_ardour/ardour_dropdown.h
index c1cf11917e..7069768610 100644
--- a/gtk2_ardour/ardour_dropdown.h
+++ b/gtk2_ardour/ardour_dropdown.h
@@ -40,7 +40,7 @@ class ArdourDropdown : public ArdourButton
bool on_scroll_event (GdkEventScroll*);
void clear_items ();
- void AddMenuElem (Gtk::Menu_Helpers::MenuElem e);
+ void AddMenuElem (Gtk::Menu_Helpers::Element e);
private:
Gtk::Menu _menu;