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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index 7b91191f9..731e362ef 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -498,7 +498,7 @@ class TheoryEngine {
* Calls ppStaticLearn() on all theories, accumulating their
* combined contributions in the "learned" builder.
*/
- void ppStaticLearn(TNode in, NodeBuilder<>& learned);
+ void ppStaticLearn(TNode in, NodeBuilder& learned);
/**
* Calls presolve() on all theories and returns true
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback