13
0

libtemporal: return value from function

This commit is contained in:
Paul Davis 2021-01-04 21:56:26 -07:00
parent fbb8a562fd
commit 84f53e3dc9

View File

@ -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