summaryrefslogtreecommitdiff
path: root/src/smt/logic_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/logic_exception.h')
-rw-r--r--src/smt/logic_exception.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/smt/logic_exception.h b/src/smt/logic_exception.h
index bb1d274ae..91f2d3723 100644
--- a/src/smt/logic_exception.h
+++ b/src/smt/logic_exception.h
@@ -24,9 +24,9 @@
#include "base/exception.h"
-namespace CVC4 {
+namespace CVC5 {
-class LogicException : public CVC4::Exception
+class LogicException : public CVC5::Exception
{
public:
LogicException() :
@@ -43,6 +43,6 @@ class LogicException : public CVC4::Exception
}
}; /* class LogicException */
-}/* CVC4 namespace */
+} // namespace CVC5
#endif /* CVC4__SMT__LOGIC_EXCEPTION_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback