summaryrefslogtreecommitdiff
path: root/src/util/unsafe_interrupt_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/unsafe_interrupt_exception.h')
-rw-r--r--src/util/unsafe_interrupt_exception.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/unsafe_interrupt_exception.h b/src/util/unsafe_interrupt_exception.h
index 31fe26577..39817620d 100644
--- a/src/util/unsafe_interrupt_exception.h
+++ b/src/util/unsafe_interrupt_exception.h
@@ -21,9 +21,9 @@
#include "base/exception.h"
#include "cvc4_export.h"
-namespace CVC5 {
+namespace cvc5 {
-class CVC4_EXPORT UnsafeInterruptException : public CVC5::Exception
+class CVC4_EXPORT UnsafeInterruptException : public cvc5::Exception
{
public:
UnsafeInterruptException() :
@@ -40,6 +40,6 @@ class CVC4_EXPORT UnsafeInterruptException : public CVC5::Exception
}
}; /* class UnsafeInterruptException */
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__UNSAFE_INTERRUPT_EXCEPTION_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback