summaryrefslogtreecommitdiff
path: root/Bus/Ivy/Regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Bus/Ivy/Regexp.h')
-rw-r--r--Bus/Ivy/Regexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/Regexp.h b/Bus/Ivy/Regexp.h
index cf7a748..242d1de 100644
--- a/Bus/Ivy/Regexp.h
+++ b/Bus/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 );