summaryrefslogtreecommitdiff
path: root/src/proof/arith_proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/arith_proof.h')
-rw-r--r--src/proof/arith_proof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/arith_proof.h b/src/proof/arith_proof.h
index 2052adeac..6ca27352b 100644
--- a/src/proof/arith_proof.h
+++ b/src/proof/arith_proof.h
@@ -63,7 +63,7 @@ protected:
ExprSet d_declarations; // all the variable/function declarations
bool d_realMode;
- theory::TheoryId getTheoryId();
+ theory::TheoryId getTheoryId() override;
public:
ArithProof(theory::arith::TheoryArith* arith, TheoryProofEngine* proofEngine);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback