summaryrefslogtreecommitdiff
path: root/src/util/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/command.h')
-rw-r--r--src/util/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/command.h b/src/util/command.h
index 501aa31e0..31acbc43b 100644
--- a/src/util/command.h
+++ b/src/util/command.h
@@ -25,7 +25,7 @@ namespace CVC4 {
namespace CVC4 {
-std::ostream& operator<<(std::ostream&, const CVC4::Command&) CVC4_PUBLIC;
+std::ostream& operator<<(std::ostream&, const Command&) CVC4_PUBLIC;
class CVC4_PUBLIC Command {
public:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback