summaryrefslogtreecommitdiff
path: root/src/printer/printer.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-11-16 00:20:30 +0000
committerMorgan Deters <mdeters@gmail.com>2010-11-16 00:20:30 +0000
commitd5d504da7c73538642b9be86c73f8407e08ab57a (patch)
tree27eb4f4cd10c311a490e5fe2adf4a45aec54c18a /src/printer/printer.h
parent759e85ae22536844a8c37714676bf9a65d7cc2b5 (diff)
fix function signatures
Diffstat (limited to 'src/printer/printer.h')
-rw-r--r--src/printer/printer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/printer/printer.h b/src/printer/printer.h
index 2532725ae..adbabe3c5 100644
--- a/src/printer/printer.h
+++ b/src/printer/printer.h
@@ -43,8 +43,8 @@ public:
}
/** Write a Node out to a stream with this Printer. */
- virtual std::ostream& toStream(std::ostream& out, TNode n,
- int toDepth, bool types) const = 0;
+ virtual void toStream(std::ostream& out, TNode n,
+ int toDepth, bool types) const = 0;
};/* class Printer */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback