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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr/command.h b/src/expr/command.h
index b0a7ddb36..342aec5ff 100644
--- a/src/expr/command.h
+++ b/src/expr/command.h
@@ -320,6 +320,7 @@ protected:
public:
DeclarationDefinitionCommand(const std::string& id) throw();
~DeclarationDefinitionCommand() throw() {}
+ virtual void invoke(SmtEngine* smtEngine) throw() = 0;
std::string getSymbol() const throw();
};/* class DeclarationDefinitionCommand */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback