summaryrefslogtreecommitdiff
path: root/src/smt_util/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt_util/command.h')
-rw-r--r--src/smt_util/command.h1
1 files changed, 1 insertions, 0 deletions
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() {}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback