]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed compilation problem inwith ^
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 19 Jul 2001 00:44:11 +0000 (00:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 19 Jul 2001 00:44:11 +0000 (00:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/regex.tex

index 6dbf402bd89b2313974fc6a026b814eb26bcbb62..19a98ccf718eb1085ee4be5c12b5fe4ce9b04847 100644 (file)
@@ -79,7 +79,7 @@ enum
 Flags for regex matching to be used with \helpref{Matches()}{wxregexmatches}.
 
 These flags are mainly useful when doing several matches in a long string
-to prevent erroneous matches for {\tt '\^'} and {\tt '\$'}
+to prevent erroneous matches for \verb|'^'| and \verb|'$'|
 \begin{verbatim}
 enum
 {