summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager_template.cpp
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-05-27 18:39:32 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-05-27 18:39:32 +0000
commiteb707aa027bb2f439f250fa98fdf0ce550adb49c (patch)
treead6b04a4717ef705f53a0589c4656ea0c16acdae /src/expr/expr_manager_template.cpp
parentbb912d51d8e4134b7e0527aa196951801355d9c7 (diff)
Adding NodeManager::prepareToBeDestroyed() (Fixes: #128)
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