]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/regex.h
Add test for absence of events from wxSpinCtrlDouble ctor.
[wxWidgets.git] / interface / wx / regex.h
index b1cb87505b5972d382b5bcd42bd92406fd05aa6f..42f79e508b17b3e663c1e86d0a87db3d0f4886eb 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        regex.h
 // Purpose:     interface of wxRegEx
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -163,7 +162,7 @@ public:
     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().