Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SimpleIni.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SimpleIni.h b/SimpleIni.h
index 30d4a01..b876479 100644
--- a/SimpleIni.h
+++ b/SimpleIni.h
@@ -412,6 +412,7 @@ public:
*/
class Converter : private SI_CONVERTER {
public:
+ using SI_CONVERTER::SizeToStore;
Converter(bool a_bStoreIsUtf8) : SI_CONVERTER(a_bStoreIsUtf8) {
m_scratch.resize(1024);
}