X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0912690b65b3c58c0e12870fb971675ca5572ae6..eba99da4c0563e6508761272a1e1f1b791d0af6b:/include/wx/ffile.h diff --git a/include/wx/ffile.h b/include/wx/ffile.h index f61a97fd29..6b63bded48 100644 --- a/include/wx/ffile.h +++ b/include/wx/ffile.h @@ -60,7 +60,7 @@ public: // read/write (unbuffered) // read all data from the file into a string (useful for text files) - bool ReadAll(wxString *str); + bool ReadAll(wxString *str, wxMBConv& conv = wxConvUTF8); // returns number of bytes read - use Eof() and Error() to see if an error // occured or not size_t Read(void *pBuf, size_t nCount);