]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/file.tex
typo fix
[wxWidgets.git] / docs / latex / wx / file.tex
index 7977c6d67bea1cd5fe449ce351754e969ffc4cbf..316ecf7efc53409213da4defb488bb614af7caf3 100644 (file)
@@ -31,6 +31,10 @@ None.
 
 <wx/file.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{Constants}
 
 wx/file.h defines the following constants:
@@ -335,7 +339,7 @@ the number of bytes actually written
 
 \membersection{wxFile::Write}\label{wxfilewrites}
 
-\func{bool}{Write}{\param{const wxString\& }{s}, \param{wxMBConv\&}{ conv = wxConvUTF8}}
+\func{bool}{Write}{\param{const wxString\& }{s}, \param{const wxMBConv\&}{ conv = wxConvUTF8}}
 
 Writes the contents of the string to the file, returns true on success.