From e0015ff018b74b15aa892fb6eadf48dde3f91fab Mon Sep 17 00:00:00 2001 From: Brodie Thiesfield Date: Mon, 19 Apr 2010 00:02:07 +0000 Subject: v4.13, get rid of warning when building with VS 2010 --- SimpleIni.h | 4 ++-- package.cmd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SimpleIni.h b/SimpleIni.h index 06e061d..3b6fb64 100644 --- a/SimpleIni.h +++ b/SimpleIni.h @@ -5,7 +5,7 @@ File SimpleIni.h Author Brodie Thiesfield [code at jellycan dot com] Source http://code.jellycan.com/simpleini/ - Version 4.12 + Version 4.13 Jump to the @link CSimpleIniTempl CSimpleIni @endlink interface documentation. @@ -1878,7 +1878,7 @@ CSimpleIniTempl::AddEntry( if (a_pComment) { oKey.pComment = a_pComment; } - typename TKeyVal::value_type oEntry(oKey, NULL); + typename TKeyVal::value_type oEntry(oKey, (const SI_CHAR *) NULL); iKey = keyval.insert(oEntry); bInserted = true; } diff --git a/package.cmd b/package.cmd index e13ec50..47e48c9 100644 --- a/package.cmd +++ b/package.cmd @@ -1,4 +1,4 @@ -set VERSION=4.12 +set VERSION=4.13 set SEVENZIP="C:\Program Files\7-Zip\7z.exe" -- cgit v1.2.3