diff options
Diffstat (limited to 'Source/cmRegularExpression.h')
-rw-r--r-- | Source/cmRegularExpression.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmRegularExpression.h b/Source/cmRegularExpression.h index c7717be..646deea 100644 --- a/Source/cmRegularExpression.h +++ b/Source/cmRegularExpression.h @@ -203,7 +203,7 @@ public: * Compile a regular expression into internal code * for later pattern matching. */ - void compile (char const*); + bool compile (char const*); /** * Matches the regular expression to the given string. |