From 84f53e3dc92901bb5e71e79ddcda73f408c9c7bc Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 4 Jan 2021 21:56:26 -0700 Subject: [PATCH] libtemporal: return value from function --- libs/temporal/tempo.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/temporal/tempo.cc b/libs/temporal/tempo.cc index 244e1f0b27..8cb99d23d7 100644 --- a/libs/temporal/tempo.cc +++ b/libs/temporal/tempo.cc @@ -653,6 +653,7 @@ TempoMap::operator= (TempoMap const & other) { _time_domain = other.time_domain(); copy_points (other); + return *this; } void