WIP
[dcpomatic.git] / src / lib / compose.hpp
index 2c44f148bdf05e9bb5c48e7902c15d6e7a3bf7d9..37ad5efa1ef504b57c20c103266b434ccc1fc276 100644 (file)
@@ -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 {