summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index 150b3945b..5d7c25cde 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -280,7 +280,7 @@ public:
/** presolve */
void presolve();
/** notify preprocessed assertion */
- void ppNotifyAssertions( std::vector< Node >& assertions );
+ void ppNotifyAssertions(const std::vector<Node>& assertions);
/** check at level */
void check( Theory::Effort e );
/** notify that theories were combined */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback