]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dirtrav.tex
corrected the completely wrong example (bug 545427)
[wxWidgets.git] / docs / latex / wx / dirtrav.tex
index 6def4ad3c80bba8a87c756f50b189622f42dbf92..bf7ef9df1368dc392151668a13f3885b041da1c7 100644 (file)
@@ -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