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@users.noreply.github.com>2013-09-28 06:01:15 +0400
committerBrodie Thiesfield <brofield@users.noreply.github.com>2013-09-28 06:01:15 +0400
commit8d2fd9e2a13081a3b923188b91022af32c5fd802 (patch)
tree6070ce6e084d4b22bfad345fbb02217552234fa2
parent0854b25800d3c21c55cc777aa4ccb07b0d67e28d (diff)
Fixes issue #3
Fixes issue #3
-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;