even more interface fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -72,7 +72,7 @@ public:
|
||||
Initializes a file stream in write-only mode using the file descriptor @e fp.
|
||||
*/
|
||||
wxFFileOutputStream(const wxString& filename,
|
||||
const wxString& mode = "w+b");
|
||||
const wxString& mode = "wb");
|
||||
|
||||
/**
|
||||
Initializes a file stream in write-only mode using the file I/O object file.
|
||||
|
Reference in New Issue
Block a user