]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/wfstream.h
Set TOOLKIT_LOWERCASE correctly for the various flavors of wxOSX
[wxWidgets.git] / interface / wx / wfstream.h
index 489551294dca0dc6f09e2bc9dc8a653509d638f3..596152b5fe003e8a8570b09987b04deba508f78a 100644 (file)
@@ -72,7 +72,7 @@ public:
         Initializes a file stream in write-only mode using the file descriptor @e fp.
     */
     wxFFileOutputStream(const wxString& filename,
         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.
 
     /**
         Initializes a file stream in write-only mode using the file I/O object file.