summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cxml.h b/src/cxml.h
index 330cbb0..fbdd22f 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -55,7 +55,7 @@ public:
/** @return error message. Caller must not free the returned
* value.
*/
- char const * what () const throw () {
+ char const * what () const noexcept override {
return _message.c_str ();
}