From: Vadim Zeitlin Date: Thu, 19 Jul 2001 00:44:11 +0000 (+0000) Subject: fixed compilation problem inwith ^ X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2d290a92376232ed2469b8723453ea086e23c0d0?ds=inline fixed compilation problem inwith ^ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/regex.tex b/docs/latex/wx/regex.tex index 6dbf402bd8..19a98ccf71 100644 --- a/docs/latex/wx/regex.tex +++ b/docs/latex/wx/regex.tex @@ -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 {