diff --git a/libs/temporal/tempo.cc b/libs/temporal/tempo.cc index aaaa9883c2..d1cea20abd 100644 --- a/libs/temporal/tempo.cc +++ b/libs/temporal/tempo.cc @@ -3076,7 +3076,7 @@ std::operator<<(std::ostream& str, MusicTimePoint const & p) { str << "MP @ " << *((Point const *) &p) << ' ' - << *((Tempo const *) &p) << ' ' + << *((Tempo const *) &p) << ' ' << *((Meter const *) &p); return str; }