summaryrefslogtreecommitdiff
path: root/src/theory/assertion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/assertion.cpp')
-rw-r--r--src/theory/assertion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/assertion.cpp b/src/theory/assertion.cpp
index 4f428e85c..97b3dcbbb 100644
--- a/src/theory/assertion.cpp
+++ b/src/theory/assertion.cpp
@@ -20,7 +20,7 @@ namespace CVC4 {
namespace theory {
std::ostream& operator<<(std::ostream& out, const Assertion& a) {
- return out << a.assertion;
+ return out << a.d_assertion;
}
}/* CVC4::theory namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback