]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/file.tex
Don't use const bool.
[wxWidgets.git] / docs / latex / wx / file.tex
index 7977c6d67bea1cd5fe449ce351754e969ffc4cbf..bf5cde3d8fe23aac84461b0026e2639a65c6192b 100644 (file)
@@ -335,7 +335,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.