13
0

Use PBD::to_string from pbd/string_convert.h in WaveView debug code

This commit is contained in:
Tim Mayberry 2016-09-21 12:52:36 +10:00
parent aede5c85d5
commit 926a064744

View File

@ -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