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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/exception.cpp b/src/base/exception.cpp
index e1486e5bc..cdad92d5d 100644
--- a/src/base/exception.cpp
+++ b/src/base/exception.cpp
@@ -50,7 +50,7 @@ void LastExceptionBuffer::setContents(const char* string) {
}
}
-char* IllegalArgumentException::s_header = "Illegal argument detected";
+const char* IllegalArgumentException::s_header = "Illegal argument detected";
std::string IllegalArgumentException::formatVariadic() {
return std::string();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback