aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/except.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/except.cpp b/core/except.cpp
index 8e3536bd..a77c7730 100644
--- a/core/except.cpp
+++ b/core/except.cpp
@@ -12,7 +12,7 @@
namespace al {
/* Defined here to avoid inlining it. */
-base_exception::~base_exception() { }
+base_exception::~base_exception() = default;
void base_exception::setMessage(const char* msg, std::va_list args)
{