]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/regex.h
avoid infinite recursion for richtooltops, (hopefully) fixes #15070
[wxWidgets.git] / interface / wx / regex.h
index b1cb87505b5972d382b5bcd42bd92406fd05aa6f..cfba7bf245ac965131b4bd6283207569e1c43a2a 100644 (file)
@@ -163,7 +163,7 @@ public:
     wxString  GetMatch(const wxString& text, size_t index = 0) const;
 
     /**
     wxString  GetMatch(const wxString& text, size_t index = 0) const;
 
     /**
-        Returns the size of the array of matches, i.e. the number of bracketed
+        Returns the size of the array of matches, i.e.\ the number of bracketed
         subexpressions plus one for the expression itself, or 0 on error.
 
         May only be called after successful call to Compile().
         subexpressions plus one for the expression itself, or 0 on error.
 
         May only be called after successful call to Compile().