summaryrefslogtreecommitdiff
path: root/src/lib/compose.hpp
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-07-24 23:18:24 +0200
committerCarl Hetherington <cth@carlh.net>2020-07-24 23:18:24 +0200
commita7cd9cec31952b932ab80fb50cddec28aab74736 (patch)
tree041018e7b337d9f9ceb7d1e651af0a0424b21f8b /src/lib/compose.hpp
parent73ebb92e9df01ba7afb97121b6e2cef6ca13a18e (diff)
Diffstat (limited to 'src/lib/compose.hpp')
-rw-r--r--src/lib/compose.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/compose.hpp b/src/lib/compose.hpp
index 2c44f148b..37ad5efa1 100644
--- a/src/lib/compose.hpp
+++ b/src/lib/compose.hpp
@@ -152,7 +152,7 @@ namespace StringPrivate
// save string
output.push_back(fmt.substr(b, i - b));
- int n = 1; // number of digits
+ std::string::size_type n = 1; // number of digits
int spec_no = 0;
do {