X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..df105ffb6229bf55efc4fdbaf8363a1d02fda6b3:/interface/wx/ffile.h diff --git a/interface/wx/ffile.h b/interface/wx/ffile.h index f5d1f37871..33de5504c4 100644 --- a/interface/wx/ffile.h +++ b/interface/wx/ffile.h @@ -90,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.