summaryrefslogtreecommitdiff
path: root/src/proof/arith_proof.h
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-05-02 15:49:05 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2018-05-02 15:49:05 -0700
commit09f05443d60b0edf61d29acd5ca17d35b932a5cc (patch)
tree633fbf7bf2102304ae23dc7be9a794fe91b05211 /src/proof/arith_proof.h
parentd3f4ac852146c41341e485d9035f3631993e3fa5 (diff)
Fix warnings in proof code
Adds missing `override`s and removes the `inline` keyword from a function that is defined in the source file.
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