NO-OP: whitespace and some guaranteed assertion removal
[ardour.git] / gtk2_ardour / midi_automation_line.cc
index c76a35a069b89c7712243d815803fa01fedfb5fe..6f86efbea643bef45c40b9916a04726bb4ef0b22 100644 (file)
@@ -25,7 +25,7 @@
 #include "midi_automation_line.h"
 #include "midi_time_axis.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 
@@ -36,7 +36,7 @@ MidiAutomationLine::MidiAutomationLine (
        boost::shared_ptr<ARDOUR::AutomationList>               list,
        boost::shared_ptr<ARDOUR::MidiRegion>                   region,
        Evoral::Parameter                                       parameter,
-       Evoral::TimeConverter<double, ARDOUR::framepos_t>*      converter)
+       Evoral::TimeConverter<double, ARDOUR::samplepos_t>*      converter)
        : AutomationLine (name, tav, parent, list, parameter, converter)
        , _region (region)
        , _parameter (parameter)