summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_locations.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_locations.cc')
-rw-r--r--gtk2_ardour/editor_locations.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_locations.cc b/gtk2_ardour/editor_locations.cc
index bbaf0daf75..03509ac023 100644
--- a/gtk2_ardour/editor_locations.cc
+++ b/gtk2_ardour/editor_locations.cc
@@ -28,7 +28,7 @@ using namespace Gtk;
EditorLocations::EditorLocations (Editor* e)
: EditorComponent (e)
{
- _locations = new LocationUI;
+ _locations = new LocationUI ();
_scroller.set_policy (Gtk::POLICY_AUTOMATIC, Gtk::POLICY_NEVER);
_scroller.add (*_locations);
}