summaryrefslogtreecommitdiff
path: root/src/proof/arith_proof.h
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-05-03 15:34:43 -0700
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-03 17:34:43 -0500
commit475a7de39316ee13bd279a090c30c52bc61978ce (patch)
tree9855bcff9d4dce2194f57d8e269ff8cb011d13c7 /src/proof/arith_proof.h
parentaf67146760804bd18cb85414c17021131d03dcf1 (diff)
Fix warnings in proof code (#1850)
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