summaryrefslogtreecommitdiff
path: root/src/context/cdtrail_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdtrail_queue.h')
-rw-r--r--src/context/cdtrail_queue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/context/cdtrail_queue.h b/src/context/cdtrail_queue.h
index f505004cb..d9bf6d572 100644
--- a/src/context/cdtrail_queue.h
+++ b/src/context/cdtrail_queue.h
@@ -25,7 +25,7 @@
#include "context/cdlist.h"
#include "context/cdo.h"
-namespace CVC4 {
+namespace CVC5 {
namespace context {
class Context;
@@ -89,7 +89,7 @@ public:
};/* class CDTrailQueue<> */
-}/* CVC4::context namespace */
-}/* CVC4 namespace */
+} // namespace context
+} // namespace CVC5
#endif /* CVC4__CONTEXT__CDTRAIL_QUEUE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback