]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/ffilestr.tex
added missing libraries to the requirements list
[wxWidgets.git] / docs / latex / wx / ffilestr.tex
index 197c62e7b1487c763e0c18bd7cb896cb65e0a73d..a323fea6ba58c269c540990a20cb4a8cc564901c 100644 (file)
@@ -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.