changed wxFFileOutput/InputStream ctor 'mode' argument to wxString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -31,7 +31,7 @@ can seek beyond the end of the stream (file) and will thus not return
|
||||
|
||||
\membersection{wxFFileInputStream::wxFFileInputStream}\label{wxffileinputstreamctor}
|
||||
|
||||
\func{}{wxFFileInputStream}{\param{const wxString\&}{ filename}, \param{const wxChar *}{ mode = "rb"}}
|
||||
\func{}{wxFFileInputStream}{\param{const wxString\&}{ filename}, \param{const wxString\&}{ mode = "rb"}}
|
||||
|
||||
Opens the specified file using its {\it filename} name using the specified mode.
|
||||
|
||||
@@ -88,7 +88,7 @@ can seek beyond the end of the stream (file) and will thus not return
|
||||
|
||||
\membersection{wxFFileOutputStream::wxFFileOutputStream}\label{wxffileoutputstreamctor}
|
||||
|
||||
\func{}{wxFFileOutputStream}{\param{const wxString\&}{ filename}, \param{const wxChar *}{ mode="w+b"}}
|
||||
\func{}{wxFFileOutputStream}{\param{const wxString\&}{ filename}, \param{const wxString\&}{ mode="w+b"}}
|
||||
|
||||
Opens the file with the given {\it filename} name in the specified mode.
|
||||
|
||||
|
Reference in New Issue
Block a user