summaryrefslogtreecommitdiff
path: root/src/expr/node.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-12-24 13:24:56 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-12-24 13:24:56 -0500
commite23a40c0d121209afecff21ce5c6ed6e644bfb0e (patch)
tree03752744a3388bd716c83c1dd3a4ba29556bb062 /src/expr/node.h
parentf42dcea977ed9180481cc842531e2c5372acbbe1 (diff)
Better automatic handling of output language setting.
Diffstat (limited to 'src/expr/node.h')
-rw-r--r--src/expr/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/node.h b/src/expr/node.h
index a6914aedb..e7c51f0e2 100644
--- a/src/expr/node.h
+++ b/src/expr/node.h
@@ -815,7 +815,7 @@ public:
* @param language the language in which to output
*/
inline void toStream(std::ostream& out, int toDepth = -1, bool types = false, size_t dag = 1,
- OutputLanguage language = language::output::LANG_AST) const {
+ OutputLanguage language = language::output::LANG_AUTO) const {
assertTNodeNotExpired();
d_nv->toStream(out, toDepth, types, dag, language);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback