summaryrefslogtreecommitdiff
path: root/src/expr/command.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-12-24 13:25:30 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-12-24 13:25:30 -0500
commita70dfd183b52f50d132d8b17425c7089a77004e7 (patch)
tree41d783cff1f6097bd76b77c561bbd77111317437 /src/expr/command.h
parent371fa29e5742a58581481f3d7d94a8116a814447 (diff)
parente23a40c0d121209afecff21ce5c6ed6e644bfb0e (diff)
Merge branch '1.3.x'
Conflicts: NEWS
Diffstat (limited to 'src/expr/command.h')
-rw-r--r--src/expr/command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/command.h b/src/expr/command.h
index a3d58e5dd..0d173faf6 100644
--- a/src/expr/command.h
+++ b/src/expr/command.h
@@ -156,7 +156,7 @@ protected:
public:
virtual ~CommandStatus() throw() {}
void toStream(std::ostream& out,
- OutputLanguage language = language::output::LANG_AST) const throw();
+ OutputLanguage language = language::output::LANG_AUTO) const throw();
virtual CommandStatus& clone() const = 0;
};/* class CommandStatus */
@@ -211,7 +211,7 @@ public:
virtual void invoke(SmtEngine* smtEngine, std::ostream& out) throw();
virtual void toStream(std::ostream& out, int toDepth = -1, bool types = false, size_t dag = 1,
- OutputLanguage language = language::output::LANG_AST) const throw();
+ OutputLanguage language = language::output::LANG_AUTO) const throw();
std::string toString() const throw();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback