summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_manager_template.h')
-rw-r--r--src/expr/expr_manager_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/expr_manager_template.h b/src/expr/expr_manager_template.h
index ade9a334d..81d30fd1e 100644
--- a/src/expr/expr_manager_template.h
+++ b/src/expr/expr_manager_template.h
@@ -381,7 +381,7 @@ public:
/**
* Make a type representing a constructor with the given parameterization.
*/
- ConstructorType mkConstructorType(const Datatype::Constructor& constructor, Type range) const;
+ ConstructorType mkConstructorType(const DatatypeConstructor& constructor, Type range) const;
/** Make a type representing a selector with the given parameterization. */
SelectorType mkSelectorType(Type domain, Type range) const;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback