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 91f2d3723..0809d83e8 100644
--- a/src/smt/logic_exception.h
+++ b/src/smt/logic_exception.h
@@ -24,9 +24,9 @@
#include "base/exception.h"
-namespace CVC5 {
+namespace cvc5 {
-class LogicException : public CVC5::Exception
+class LogicException : public cvc5::Exception
{
public:
LogicException() :
@@ -43,6 +43,6 @@ class LogicException : public CVC5::Exception
}
}; /* class LogicException */
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__SMT__LOGIC_EXCEPTION_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback