aboutsummaryrefslogtreecommitdiffstats
path: root/common/alexcpt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/alexcpt.cpp')
-rw-r--r--common/alexcpt.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/alexcpt.cpp b/common/alexcpt.cpp
index 111258a0..6fbc63fd 100644
--- a/common/alexcpt.cpp
+++ b/common/alexcpt.cpp
@@ -11,6 +11,9 @@
namespace al {
+/* Defined here to avoid inlining it. */
+base_exception::~base_exception() { }
+
void base_exception::setMessage(const char* msg, std::va_list args)
{
std::va_list args2;