summaryrefslogtreecommitdiff
path: root/utils/testregexp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/testregexp.cc')
-rw-r--r--utils/testregexp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/testregexp.cc b/utils/testregexp.cc
index 5949ec8..fc8ed34 100644
--- a/utils/testregexp.cc
+++ b/utils/testregexp.cc
@@ -9,7 +9,7 @@ main (int argc, char** argv)
char* s1 = "tota toto";
if (argc > 1)
s1 = argv[1];
- CcuRegExp re = s;
+ IvlRegExp re = s;
if (re.Compile ()) {
if (re.Match (s1))
printf ("%s\n",s1);