mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +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
|
string
|
||||||
WaveView::debug_name() const
|
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
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue