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:
authorBrodie Thiesfield <brofield@gmail.com>2012-03-29 06:35:08 +0400
committerBrodie Thiesfield <brofield@gmail.com>2012-03-29 06:35:08 +0400
commitb0527ae8ecf59867903bf39ca8ebe5a590269f35 (patch)
tree100014da3769532f04d744d38e8b2a1a38d11ef9
parentf82a22b2666d28d3d1bae2027b982ce9ab09dfeb (diff)
added fix for compiling with clang
-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);
}