Better heuristics for guessing the primary type of an input or output
[ardour.git] / gtk2_ardour / editor_locations.cc
index bbaf0daf7521de7741cff4f95dd8c395c0b1be1c..03509ac0238c858095b5d450eee149ae354cedfa 100644 (file)
@@ -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);
 }