From cd24ed1c6c5aab358b4f18d262bd4c00c0ebfe96 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 16 Sep 2012 19:28:16 +0300 Subject: Add const to variables with type size_t. --- src/units.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/units.cpp') diff --git a/src/units.cpp b/src/units.cpp index 52093c057..3a2a5dace 100644 --- a/src/units.cpp +++ b/src/units.cpp @@ -265,7 +265,7 @@ std::string Units::formatWeight(const int value) static std::string splitNumber(std::string str, const std::string &separator) { std::string lastPart; - size_t point = str.find("."); + const size_t point = str.find("."); if (point != std::string::npos) { lastPart = str.substr(point); -- cgit v1.2.3-60-g2f50