summaryrefslogtreecommitdiff
path: root/src/proof/theory_proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/theory_proof.h')
-rw-r--r--src/proof/theory_proof.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proof/theory_proof.h b/src/proof/theory_proof.h
index efe05bce8..b49929be5 100644
--- a/src/proof/theory_proof.h
+++ b/src/proof/theory_proof.h
@@ -242,7 +242,7 @@ protected:
}
// congrence matching term helper
- inline bool match(TNode n1, TNode n2);
+ bool match(TNode n1, TNode n2);
/**
* Helper function for ProofUF::toStreamRecLFSC and
@@ -363,7 +363,7 @@ protected:
class BooleanProof : public TheoryProof {
protected:
ExprSet d_declarations; // all the boolean variables
- theory::TheoryId getTheoryId();
+ theory::TheoryId getTheoryId() override;
public:
BooleanProof(TheoryProofEngine* proofEngine);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback