summaryrefslogtreecommitdiff
path: root/src/expr/expr.h
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2010-02-03 19:50:44 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2010-02-03 19:50:44 +0000
commite0fc2cbe091097d95dbe6dd2eb9b6416b75be279 (patch)
tree8259c8bac6274d16e1d78a9c96ab41fa2fbdfdac /src/expr/expr.h
parent03ca7cdb382216ef995665cc59a07b4125241965 (diff)
simple ITE parsing
Diffstat (limited to 'src/expr/expr.h')
-rw-r--r--src/expr/expr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/expr.h b/src/expr/expr.h
index 8d0d4f347..0bbdcd09a 100644
--- a/src/expr/expr.h
+++ b/src/expr/expr.h
@@ -132,10 +132,10 @@ public:
/**
* Very basic pretty printer for Expr.
* This is equivalent to calling e.getNode().printAst(...)
- * @param o output stream to print to.
+ * @param out output stream to print to.
* @param indent number of spaces to indent the formula by.
*/
- void printAst(std::ostream & o, int indent = 0) const;
+ void printAst(std::ostream & out, int indent = 0) const;
private:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback