summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/inst_match_generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/inst_match_generator.h')
-rw-r--r--src/theory/quantifiers/inst_match_generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/inst_match_generator.h b/src/theory/quantifiers/inst_match_generator.h
index fc913c7cf..1903a0f95 100644
--- a/src/theory/quantifiers/inst_match_generator.h
+++ b/src/theory/quantifiers/inst_match_generator.h
@@ -222,7 +222,7 @@ class InstMatchGenerator : public IMGenerator {
*
* See Trigger::getActiveScore for details.
*/
- int getActiveScore(QuantifiersEngine* qe);
+ int getActiveScore(QuantifiersEngine* qe) override;
/** exclude match
*
* Exclude matching d_match_pattern with Node n on subsequent calls to
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback