summaryrefslogtreecommitdiff
path: root/src/base/exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/exception.cpp')
-rw-r--r--src/base/exception.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/exception.cpp b/src/base/exception.cpp
index 631f1cc35..3c5c21b46 100644
--- a/src/base/exception.cpp
+++ b/src/base/exception.cpp
@@ -27,7 +27,7 @@
using namespace std;
-namespace CVC5 {
+namespace cvc5 {
std::string Exception::toString() const
{
@@ -187,4 +187,4 @@ void IllegalArgumentException::construct(const char* header, const char* extra,
delete [] buf;
}
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback