summaryrefslogtreecommitdiff
path: root/src/smt/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/command.h')
-rw-r--r--src/smt/command.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/smt/command.h b/src/smt/command.h
index dcd818f83..f5be9ddfe 100644
--- a/src/smt/command.h
+++ b/src/smt/command.h
@@ -474,13 +474,13 @@ class CVC4_PUBLIC SetUserAttributeCommand : public Command {
const std::vector<Expr>& values) throw();
SetUserAttributeCommand(const std::string& attr, Expr expr,
const std::string& value) throw();
- ~SetUserAttributeCommand() throw() {}
+ ~SetUserAttributeCommand() throw() override {}
- void invoke(SmtEngine* smtEngine);
+ void invoke(SmtEngine* smtEngine) override;
Command* exportTo(ExprManager* exprManager,
- ExprManagerMapCollection& variableMap);
- Command* clone() const;
- std::string getCommandName() const throw();
+ ExprManagerMapCollection& variableMap) override;
+ Command* clone() const override;
+ std::string getCommandName() const throw() override;
private:
SetUserAttributeCommand(const std::string& attr, Expr expr,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback