Use PBD::to_string from pbd/string_convert.h in WaveView debug code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user