diff trunk/src/Support/SimpleIni.h @ 613:c14c83f3d5d6

Changes to allow compilation on Ubuntu 12.10.
author sness@sness.net
date Fri, 19 Apr 2013 00:26:23 +0000
parents 0a8e7d0c70dc
children
line wrap: on
line diff
--- a/trunk/src/Support/SimpleIni.h	Tue Apr 02 08:38:23 2013 +0000
+++ b/trunk/src/Support/SimpleIni.h	Fri Apr 19 00:26:23 2013 +0000
@@ -418,7 +418,7 @@
             return *this;
         }
         bool ConvertToStore(const SI_CHAR * a_pszString) {
-            size_t uLen = SizeToStore(a_pszString);
+            size_t uLen = this->SizeToStore(a_pszString);
             if (uLen == (size_t)(-1)) {
                 return false;
             }