summaryrefslogtreecommitdiff
path: root/src/util/sexpr.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/sexpr.i')
-rw-r--r--src/util/sexpr.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/sexpr.i b/src/util/sexpr.i
index 4c89c5019..3c865c097 100644
--- a/src/util/sexpr.i
+++ b/src/util/sexpr.i
@@ -4,6 +4,7 @@
%ignore CVC4::operator<<(std::ostream&, const SExpr&);
%ignore CVC4::operator<<(std::ostream&, SExpr::SexprTypes);
+%ignore CVC4::operator<<(std::ostream&, PrettySExprs);
// for Java and the like
%extend CVC4::SExpr {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback