aboutsummaryrefslogtreecommitdiffstats
path: root/core/except.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/except.cpp')
-rw-r--r--core/except.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/except.cpp b/core/except.cpp
index 5405a8fe..f3d80d59 100644
--- a/core/except.cpp
+++ b/core/except.cpp
@@ -11,6 +11,8 @@
namespace al {
+base_exception::~base_exception() = default;
+
void base_exception::setMessage(const char* msg, std::va_list args)
{
std::va_list args2;