X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..97d13342cc2ac77e21c38115cc6ebecac930f92a:/interface/wx/ffile.h diff --git a/interface/wx/ffile.h b/interface/wx/ffile.h index a19619ff9a..33de5504c4 100644 --- a/interface/wx/ffile.h +++ b/interface/wx/ffile.h @@ -34,7 +34,6 @@ enum wxFileKind /** @class wxFFile - @wxheader{ffile.h} wxFFile implements buffered file I/O. @@ -91,7 +90,7 @@ public: The descriptor should be already opened and it will be closed by wxFFile object. */ - void Attach(FILE* fp); + void Attach(FILE* fp, const wxString& name = wxEmptyString); /** Closes the file and returns @true on success.