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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/SimpleIni.h b/SimpleIni.h
index 8a40581..8378ec9 100644
--- a/SimpleIni.h
+++ b/SimpleIni.h
@@ -293,6 +293,8 @@ template<class SI_CHAR, class SI_STRLESS, class SI_CONVERTER>
class CSimpleIniTempl
{
public:
+ typedef SI_CHAR SI_CHAR_T;
+
/** key entry */
struct Entry {
const SI_CHAR * pItem;