Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates-src > by-pkgid > 9a4b9572d25fcaf2dda59f1be478b8d8 > files > 4

funguloids-1.06-1.fc18.src.rpm

Index: include/SimpleIni/SimpleIni.h
===================================================================
--- include/SimpleIni/SimpleIni.h.orig
+++ include/SimpleIni/SimpleIni.h
@@ -407,7 +407,7 @@ public:
             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;
             }