From 42b665f2a00643c81b42932fab1441987628c5a5 Mon Sep 17 00:00:00 2001 From: Liana Hadarean Date: Tue, 26 Jan 2016 16:04:26 -0800 Subject: Merged bit-vector and uf proof branch. --- src/smt_util/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/smt_util/command.h') diff --git a/src/smt_util/command.h b/src/smt_util/command.h index d8f9789f5..248e69b0e 100644 --- a/src/smt_util/command.h +++ b/src/smt_util/command.h @@ -584,6 +584,7 @@ public: class CVC4_PUBLIC GetProofCommand : public Command { protected: Proof* d_result; + SmtEngine* d_smtEngine; public: GetProofCommand() throw(); ~GetProofCommand() throw() {} -- cgit v1.2.3