mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Use PBD::to_string from pbd/string_convert.h in WaveView debug code
This commit is contained in:
parent
aede5c85d5
commit
926a064744
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ WaveView::~WaveView ()
|
|||
string
|
||||
WaveView::debug_name() const
|
||||
{
|
||||
return _region->name() + string (":") + PBD::to_string (_channel+1, std::dec);
|
||||
return _region->name() + string (":") + PBD::to_string (_channel+1);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue