Move a few declarations to first use.
[ardour.git] / libs / ardour / midi_stretch.cc
index 7a4164427a24ba0f7e7a0a530acc9cb41c1ef04c..83b845bbfcba1521e4684ba7422e28044a4a8e14 100644 (file)
@@ -33,7 +33,7 @@ using namespace std;
 using namespace ARDOUR;
 using namespace PBD;
 
-MidiStretch::MidiStretch (Session& s, TimeFXRequest& req)
+MidiStretch::MidiStretch (Session& s, const TimeFXRequest& req)
        : Filter (s)
        , _request (req)
 {