From: Christian Herdtweck Date: Wed, 1 Jun 2016 07:42:02 +0000 (+0200) Subject: made arg const that is not modified X-Git-Tag: v2.9~24 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=e91c1952d7f2a420e2915eeb13b573eb85aa1f60;p=libi2ncommon made arg const that is not modified --- diff --git a/src/stringfunc.cpp b/src/stringfunc.cpp index f41f9c6..056a9cc 100644 --- a/src/stringfunc.cpp +++ b/src/stringfunc.cpp @@ -978,7 +978,7 @@ const string longUnitFormatSymbols[MAX_UNIT_FORMAT_SYMBOLS] = { long double rounding_upwards( - long double number, + const long double number, const int rounding_multiplier ) {