summaryrefslogtreecommitdiff
path: root/src/theory/substitutions.cpp
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2020-12-02 14:24:52 -0800
committerGitHub <noreply@github.com>2020-12-02 14:24:52 -0800
commita9eaeb438882abd6d06be41c6fcb87f4f04bcc8c (patch)
treeaf6188637ea86feb9f6bc6595740a2d5129893fb /src/theory/substitutions.cpp
parent768157d3bf78337a603004a2a47026ecf1b70612 (diff)
Rename macro Message to CVC4Message. (#5576)
Diffstat (limited to 'src/theory/substitutions.cpp')
-rw-r--r--src/theory/substitutions.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/theory/substitutions.cpp b/src/theory/substitutions.cpp
index 664fcd1b3..4c610ccfc 100644
--- a/src/theory/substitutions.cpp
+++ b/src/theory/substitutions.cpp
@@ -210,9 +210,7 @@ void SubstitutionMap::print(ostream& out) const {
}
}
-void SubstitutionMap::debugPrint() const {
- print(Message.getStream());
-}
+void SubstitutionMap::debugPrint() const { print(CVC4Message.getStream()); }
}/* CVC4::theory namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback