summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager_template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_manager_template.cpp')
-rw-r--r--src/expr/expr_manager_template.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/expr/expr_manager_template.cpp b/src/expr/expr_manager_template.cpp
index 03a54d49b..6fd33113b 100644
--- a/src/expr/expr_manager_template.cpp
+++ b/src/expr/expr_manager_template.cpp
@@ -258,6 +258,10 @@ unsigned ExprManager::maxArity(Kind kind) {
return metakind::getUpperBoundForKind(kind);
}
+void ExprManager::prepareToBeDestroyed() {
+ d_nodeManager->prepareToBeDestroyed();
+}
+
NodeManager* ExprManager::getNodeManager() const {
return d_nodeManager;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback