summaryrefslogtreecommitdiff
path: root/src/expr/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/command.h')
-rw-r--r--src/expr/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr/command.h b/src/expr/command.h
index 172ddea86..fbb48b6b0 100644
--- a/src/expr/command.h
+++ b/src/expr/command.h
@@ -196,6 +196,7 @@ public:
class CVC4_PUBLIC SetBenchmarkStatusCommand : public Command {
protected:
+ std::string d_result;
BenchmarkStatus d_status;
public:
SetBenchmarkStatusCommand(BenchmarkStatus status);
@@ -205,6 +206,7 @@ public:
class CVC4_PUBLIC SetBenchmarkLogicCommand : public Command {
protected:
+ std::string d_result;
std::string d_logic;
public:
SetBenchmarkLogicCommand(std::string logic);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback