Use PBD::to_string from pbd/string_convert.h in WaveView debug code
authorTim Mayberry <mojofunk@gmail.com>
Wed, 21 Sep 2016 02:52:36 +0000 (12:52 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 18 Apr 2017 23:37:01 +0000 (09:37 +1000)
libs/canvas/wave_view.cc

index ffaeeed1bfbd95158617d96b35886b2cb78d1e51..94821c48dd53819814f8458bdb8fc44b8ba82412 100644 (file)
@@ -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