diff options
Diffstat (limited to 'src/configuration.cpp')
-rw-r--r-- | src/configuration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuration.cpp b/src/configuration.cpp index 99bb2f4be..df098dc90 100644 --- a/src/configuration.cpp +++ b/src/configuration.cpp @@ -33,7 +33,7 @@ #include "debug.h" #ifdef DEBUG_CONFIG -std::map<std::string, int> optionsCount; +StringIntMap optionsCount; #define GETLOG() if (logger) {logger->log("config get: " + key); \ if (mIsMain) optionsCount[key] = 1; } #else |