Mercurial > hg > svgui
diff layer/ColourMapper.cpp @ 1265:6e724c81f18f
Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
| author | Chris Cannam | 
|---|---|
| date | Thu, 01 Mar 2018 14:43:53 +0000 | 
| parents | 73d43e410a6b | 
| children | d79e21855aef | 
line wrap: on
 line diff
--- a/layer/ColourMapper.cpp Tue Dec 12 11:19:15 2017 +0000 +++ b/layer/ColourMapper.cpp Thu Mar 01 14:43:53 2018 +0000 @@ -67,7 +67,7 @@ m_max(max) { if (m_min == m_max) { - cerr << "WARNING: ColourMapper: min == max (== " << m_min + SVCERR << "WARNING: ColourMapper: min == max (== " << m_min << "), adjusting" << endl; m_max = m_min + 1; }
