aboutsummaryrefslogtreecommitdiffstats
path: root/common/alexcpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/alexcpt.h')
-rw-r--r--common/alexcpt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/alexcpt.h b/common/alexcpt.h
index b399e8f7..5b33f092 100644
--- a/common/alexcpt.h
+++ b/common/alexcpt.h
@@ -17,6 +17,7 @@ class base_exception : public std::exception {
protected:
base_exception(ALCenum code) : mErrorCode{code} { }
+ virtual ~base_exception();
void setMessage(const char *msg, std::va_list args);