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; return true;
} }
bool
Source::empty () const Source::empty () const
{ {
return _length == timecnt_t(); return _length == timecnt_t();