summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index d8ddf7ffc..f623748cf 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -187,6 +187,7 @@ class TheoryEngine {
* Model builder object
*/
theory::TheoryEngineModelBuilder* d_curr_model_builder;
+ bool d_aloc_curr_model_builder;
typedef std::hash_map<Node, Node, NodeHashFunction> NodeMap;
typedef std::hash_map<TNode, Node, TNodeHashFunction> TNodeMap;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback