summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/expr/expr_manager_template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/expr_manager_template.cpp b/src/expr/expr_manager_template.cpp
index de128b3e5..425f78555 100644
--- a/src/expr/expr_manager_template.cpp
+++ b/src/expr/expr_manager_template.cpp
@@ -146,7 +146,7 @@ StringType ExprManager::stringType() const {
RegExpType ExprManager::regExpType() const {
NodeManagerScope nms(d_nodeManager);
- return StringType(Type(d_nodeManager, new TypeNode(d_nodeManager->regExpType())));
+ return RegExpType(Type(d_nodeManager, new TypeNode(d_nodeManager->regExpType())));
}
RealType ExprManager::realType() const {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback