summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_manager.h')
-rw-r--r--src/expr/expr_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr/expr_manager.h b/src/expr/expr_manager.h
index 1ca707fae..5bfef2aa7 100644
--- a/src/expr/expr_manager.h
+++ b/src/expr/expr_manager.h
@@ -103,6 +103,7 @@ public:
const Type* mkSort(std::string name);
// variables are special, because duplicates are permitted
+ Expr mkVar(const Type* type, std::string name);
Expr mkVar(const Type* type);
private:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback