]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fileconf.cpp
Add the possibility to disable invisible wxDataViewCtrl items.
[wxWidgets.git] / src / common / fileconf.cpp
index 286c03955da6e39169bacf87d81528ca5111e136..1eabee0e1a3f11825d9b951a37bd031a4a169b36 100644 (file)
@@ -661,7 +661,7 @@ void wxFileConfig::Parse(const wxTextBuffer& buffer, bool bLocal)
           // which is exactly what we want.
           else if ( !bLocal || pEntry->IsLocal() ) {
             wxLogWarning(_("file '%s', line %d: key '%s' was first found at line %d."),
-                         buffer.GetName(), n + 1, strKey.c_str(), pEntry->Line());
+                         buffer.GetName(), (int)n + 1, strKey.c_str(), pEntry->Line());
 
           }
         }