]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/function.tex
added base parameter to wxString::To[U]Long
[wxWidgets.git] / docs / latex / wx / function.tex
index f940c470ec987b93532f628beaef54eddf376490..a341f54d0d11d6d11e356ebdb6cd71cd0a313eb5 100644 (file)
@@ -179,7 +179,7 @@ See \helpref{wxFindFirstFile}{wxfindfirstfile} for an example.
 
 \membersection{::wxGetDiskSpace}\label{wxgetdiskspace}
 
-\func{bool}{wxGetDiskSpace}{\param{const wxString\& }{path}, \path{wxLongLong }{*total = NULL}, \path{wxLongLong }{*free = NULL}}
+\func{bool}{wxGetDiskSpace}{\param{const wxString\& }{path}, \param{wxLongLong }{*total = NULL}, \param{wxLongLong }{*free = NULL}}
 
 This function returns the total number of bytes and number of free bytes on
 the disk containing the directory {\it path} (it should exist). Both