mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 04:36:30 +01:00
fix missing method return type (post rebase conflict resolution)
This commit is contained in:
parent
5bb1c01482
commit
c8dc300fe7
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue