summaryrefslogtreecommitdiff
path: root/src/theory/substitutions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/substitutions.cpp')
-rw-r--r--src/theory/substitutions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/substitutions.cpp b/src/theory/substitutions.cpp
index 4148f51b3..5c4b36043 100644
--- a/src/theory/substitutions.cpp
+++ b/src/theory/substitutions.cpp
@@ -214,7 +214,7 @@ void SubstitutionMap::print(ostream& out) const {
}
}
-void SubstitutionMap::debugPrint() const { print(CVC4Message.getStream()); }
+void SubstitutionMap::debugPrint() const { print(CVC5Message.getStream()); }
} // namespace theory
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback