summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_dropdown.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/ardour_dropdown.cc')
-rw-r--r--gtk2_ardour/ardour_dropdown.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_dropdown.cc b/gtk2_ardour/ardour_dropdown.cc
index 221fe672d9..78100aa952 100644
--- a/gtk2_ardour/ardour_dropdown.cc
+++ b/gtk2_ardour/ardour_dropdown.cc
@@ -138,7 +138,7 @@ ArdourDropdown::AddMenuElem (Menu_Helpers::Element e)
using namespace Menu_Helpers;
MenuList& items = _menu.items ();
-
+
items.push_back (e);
}