summaryrefslogtreecommitdiff
path: root/src/printer/printer.h
diff options
context:
space:
mode:
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