From 8d2fd9e2a13081a3b923188b91022af32c5fd802 Mon Sep 17 00:00:00 2001 From: Brodie Thiesfield Date: Sat, 28 Sep 2013 12:01:15 +1000 Subject: Fixes issue #3 Fixes issue #3 --- SimpleIni.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SimpleIni.h b/SimpleIni.h index 8a40581..8378ec9 100644 --- a/SimpleIni.h +++ b/SimpleIni.h @@ -293,6 +293,8 @@ template class CSimpleIniTempl { public: + typedef SI_CHAR SI_CHAR_T; + /** key entry */ struct Entry { const SI_CHAR * pItem; -- cgit v1.2.3