summaryrefslogtreecommitdiff
path: root/src/proof/array_proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/array_proof.h')
-rw-r--r--src/proof/array_proof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/array_proof.h b/src/proof/array_proof.h
index ea865f9d8..c62af75b8 100644
--- a/src/proof/array_proof.h
+++ b/src/proof/array_proof.h
@@ -79,7 +79,7 @@ protected:
ExprSet d_declarations; // all the variable/function declarations
ExprSet d_skolemDeclarations; // all the skolem variable declarations
std::map<Expr, std::string> d_skolemToLiteral;
- theory::TheoryId getTheoryId();
+ theory::TheoryId getTheoryId() override;
public:
ArrayProof(theory::arrays::TheoryArrays* arrays, TheoryProofEngine* proofEngine);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback