mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 17:46:34 +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();
|
_time_domain = other.time_domain();
|
||||||
copy_points (other);
|
copy_points (other);
|
||||||
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue