13
0

fix missing method return type (post rebase conflict resolution)

This commit is contained in:
Paul Davis 2021-07-03 19:01:40 -06:00
parent 5bb1c01482
commit c8dc300fe7

View File

@ -509,6 +509,7 @@ Source::clear_cue_markers ()
return true;
}
bool
Source::empty () const
{
return _length == timecnt_t();