another in-progress snapshot of gtk2_ardour after getting audio_clock.cc to compile

This commit is contained in:
Paul Davis 2020-09-29 17:53:43 -06:00
parent 8fb70885ec
commit 1ee38e7a7f
14 changed files with 214 additions and 247 deletions

View file

@ -105,7 +105,7 @@ MainClock::absolute_time () const
}
void
MainClock::set (samplepos_t when, bool force, ARDOUR::samplecnt_t /*offset*/)
MainClock::set (timepos_t const & when, bool force, timecnt_t const & /*offset*/)
{
ClockDeltaMode mode;
if (_primary) {