summaryrefslogtreecommitdiff
path: root/src/proof/uf_proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/uf_proof.h')
-rw-r--r--src/proof/uf_proof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/uf_proof.h b/src/proof/uf_proof.h
index a4e4cff0b..c8dae9cff 100644
--- a/src/proof/uf_proof.h
+++ b/src/proof/uf_proof.h
@@ -62,7 +62,7 @@ class UFProof : public TheoryProof {
protected:
TypeSet d_sorts; // all the uninterpreted sorts in this theory
ExprSet d_declarations; // all the variable/function declarations
- theory::TheoryId getTheoryId();
+ theory::TheoryId getTheoryId() override;
public:
UFProof(theory::uf::TheoryUF* uf, TheoryProofEngine* proofEngine);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback