]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/string.h
document wxFSVolume (fixes #3977)
[wxWidgets.git] / interface / wx / string.h
index 43a8f3651f7ec0d59e9ed5d3b7fe9ad7388210f4..ed2afa915ff5578b2c143b45d8780d84171180dc 100644 (file)
@@ -498,7 +498,7 @@ public:
     /**
        Appends the string literal @e psz with max length @e nLen.
     */
-    wxString& Append(const wchar_t* pwz);
+    wxString& Append(const char* psz, size_t nLen);
 
     /**
        Appends the wide string literal @e psz with max length @e nLen.
@@ -508,7 +508,7 @@ public:
     /**
        Appends the string @e s.
     */
-    wxString& Append(const wchar_t* pwz, size_t nLen);
+    wxString& Append(const wxString& s);
 
     /**
        Appends the character @e ch @e count times.