compile fix

This commit is contained in:
Ben Loftis 2017-02-25 07:04:15 -06:00 committed by Robin Gareus
parent 959f76c843
commit ac19a51d38

View file

@ -508,7 +508,6 @@ class LIBARDOUR_API TempoMap : public PBD::StatefulDestructible
std::pair<double, framepos_t> predict_tempo_position (TempoSection* section, const Timecode::BBT_Time& bbt);
bool can_solve_bbt (TempoSection* section, const Timecode::BBT_Time& bbt);
std::pair<double, double> ntpm_minmax () { return _ntpm_minmax; }
PBD::Signal1<void,const PBD::PropertyChange&> MetricPositionChanged;
void fix_legacy_session();