summaryrefslogtreecommitdiff
path: root/src/proof/theory_proof.cpp
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/theory_proof.cpp
parentaf67146760804bd18cb85414c17021131d03dcf1 (diff)
Fix warnings in proof code (#1850)
Diffstat (limited to 'src/proof/theory_proof.cpp')
-rw-r--r--src/proof/theory_proof.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/theory_proof.cpp b/src/proof/theory_proof.cpp
index 34f3a92ec..d6181423f 100644
--- a/src/proof/theory_proof.cpp
+++ b/src/proof/theory_proof.cpp
@@ -1264,7 +1264,7 @@ void TheoryProof::printRewriteProof(std::ostream& os, const Node &n1, const Node
os << "))";
}
-inline bool TheoryProof::match(TNode n1, TNode n2)
+bool TheoryProof::match(TNode n1, TNode n2)
{
theory::TheoryId theoryId = this->getTheoryId();
ProofManager* pm = ProofManager::currentPM();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback