summaryrefslogtreecommitdiff
path: root/src/util/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/command.cpp')
-rw-r--r--src/util/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/command.cpp b/src/util/command.cpp
index c78fbc089..ed6b61703 100644
--- a/src/util/command.cpp
+++ b/src/util/command.cpp
@@ -14,7 +14,7 @@ using namespace std;
namespace CVC4 {
-ostream& operator<<(ostream& out, const CVC4::Command& c) {
+ostream& operator<<(ostream& out, const Command& c) {
c.toString(out);
return out;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback