summaryrefslogtreecommitdiff
path: root/Ivy/Regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Ivy/Regexp.h')
-rw-r--r--Ivy/Regexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/Regexp.h b/Ivy/Regexp.h
index cf7a748..242d1de 100644
--- a/Ivy/Regexp.h
+++ b/Ivy/Regexp.h
@@ -5,7 +5,7 @@ class regexp;
class Regexp
{
public:
- enum { NSUBEXP = 20 };
+ enum { NSUBEXP = 40 };
Regexp();
Regexp( const char * exp, bool iCase = 0 );