mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
temporal: improve operator<< for MusicTimePoint
This commit is contained in:
parent
735835dff3
commit
8ee7dc35f4
1 changed files with 1 additions and 1 deletions
|
|
@ -2116,7 +2116,7 @@ std::operator<<(std::ostream& str, TempoPoint const & t)
|
|||
std::ostream&
|
||||
std::operator<<(std::ostream& str, MusicTimePoint const & p)
|
||||
{
|
||||
str << "MP@";
|
||||
str << "MP @ ";
|
||||
str << *((Point const *) &p);
|
||||
str << *((Tempo const *) &p);
|
||||
str << *((Meter const *) &p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue