NO-OP: whitespace and some guaranteed assertion removal
[ardour.git] / gtk2_ardour / midi_automation_line.cc
index 9a40ebbac3bea154c23a414e98f458e817b382ee..6f86efbea643bef45c40b9916a04726bb4ef0b22 100644 (file)
@@ -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)