]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
wxMac uses wxStandardPathsCF to mean wxStandardPaths in its wxBase
[wxWidgets.git] / include / wx / string.h
index 0562d9a91570d0f5b26f514b66c31b56f53c9472..2bc8b54afdba9d2115dfa8060492514a752c294a 100644 (file)
@@ -1078,7 +1078,7 @@ public:
   static wxString FormatV(const wxChar *pszFormat, va_list argptr);
 
     // returns the highest possible memory allocation for encoding
-  static size_t WorstEncodingCase(size_t len, wxMBConv& conv);
+  static size_t WorstEncodingCase(size_t len, const wxMBConv& conv);
 
   // raw access to string memory
     // ensure that string has space for at least nLen characters