X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3845e889c7ccfe03d034a0aa79b4f4d19fbcb06..5db9e0e80de7e0ddec39309ce7788e38610c8f40:/docs/latex/wx/dirtrav.tex diff --git a/docs/latex/wx/dirtrav.tex b/docs/latex/wx/dirtrav.tex index 6def4ad3c8..bf7ef9df13 100644 --- a/docs/latex/wx/dirtrav.tex +++ b/docs/latex/wx/dirtrav.tex @@ -73,7 +73,7 @@ enum wxDirTraverseResult \membersection{wxDirTraverser::OnFile}\label{wxdirtraverseronfile} -\func{virtual wxDirTraverseResult}{OnFile}{\param{const wxString& }{filename}} +\func{virtual wxDirTraverseResult}{OnFile}{\param{const wxString\& }{filename}} This function is called for each file. It may return {\tt wxDIR\_STOP} to abort traversing (for example, if the file being searched is found) or @@ -81,7 +81,7 @@ traversing (for example, if the file being searched is found) or \membersection{wxDirTraverser::OnDir}\label{wxdirtraverserondir} -\func{virtual wxDirTraverseResult}{OnDir}{\param{const wxString& }{dirname}} +\func{virtual wxDirTraverseResult}{OnDir}{\param{const wxString\& }{dirname}} This function is called for each directory. It may return {\tt wxSIR\_STOP} to abort traversing completely, {\tt wxDIR\_IGNORE} to skip this directory but