libtemporal: return value from function
This commit is contained in:
parent
fbb8a562fd
commit
84f53e3dc9
@ -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…
Reference in New Issue
Block a user