X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Feditor_locations.cc;h=0c0066c3a537545d44e54009cce6b6923d5a2f8f;hb=7b687d08a19a74af3b84ec310150be7576c9ee9d;hp=bbaf0daf7521de7741cff4f95dd8c395c0b1be1c;hpb=ed626628b54e67dd9621c08d82a42afaed00c7ac;p=ardour.git diff --git a/gtk2_ardour/editor_locations.cc b/gtk2_ardour/editor_locations.cc index bbaf0daf75..0c0066c3a5 100644 --- a/gtk2_ardour/editor_locations.cc +++ b/gtk2_ardour/editor_locations.cc @@ -20,7 +20,7 @@ #include "editor_locations.h" #include "location_ui.h" -#include "i18n.h" +#include "pbd/i18n.h" using namespace ARDOUR; using namespace Gtk; @@ -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); }