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, 1 insertions, 1 deletions
diff --git a/src/expr/command.h b/src/expr/command.h
index 19d1f16e7..98046c242 100644
--- a/src/expr/command.h
+++ b/src/expr/command.h
@@ -205,7 +205,7 @@ public:
virtual void invoke(SmtEngine* smtEngine) throw() = 0;
virtual void invoke(SmtEngine* smtEngine, std::ostream& out) throw();
- virtual void toStream(std::ostream& out, int toDepth = -1, bool types = false,
+ virtual void toStream(std::ostream& out, int toDepth = -1, bool types = false, size_t dag = 1,
OutputLanguage language = language::output::LANG_AST) const throw();
std::string toString() const throw();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback