mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
libtemporal: return value from function
This commit is contained in:
parent
fbb8a562fd
commit
84f53e3dc9
1 changed files with 1 additions and 0 deletions
|
|
@ -653,6 +653,7 @@ TempoMap::operator= (TempoMap const & other)
|
|||
{
|
||||
_time_domain = other.time_domain();
|
||||
copy_points (other);
|
||||
return *this;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue