add const_cast to avoid compiler warnings from apple gcc
[ardour.git] / gtk2_ardour / time_fx_dialog.cc
index 1fd52cebc3ab0ecc210a9e761dd216351b6aff54..7efabc93ed7e6a1389dc2930bc9f9e035cb281cb 100644 (file)
@@ -37,7 +37,7 @@
 #include "region_selection.h"
 
 #ifdef USE_RUBBERBAND
-#include "rubberband/RubberBandStretcher.h"
+#include <rubberband/RubberBandStretcher.h>
 using namespace RubberBand;
 #endif
 
@@ -68,7 +68,6 @@ TimeFXDialog::TimeFXDialog (Editor& e, bool pitch)
        set_modal (true);
        set_skip_taskbar_hint (true);
        set_resizable (false);
-       set_position (Gtk::WIN_POS_MOUSE);
        set_name (N_("TimeFXDialog"));
 
        if (pitching) {
@@ -158,7 +157,7 @@ TimeFXDialog::TimeFXDialog (Editor& e, bool pitch)
        }
 
        set_default_response (Gtk::RESPONSE_ACCEPT);
-       
+
        VBox* progress_box = manage (new VBox);
        progress_box->set_spacing (6);