diff options
Diffstat (limited to 'al/effect.cpp')
-rw-r--r-- | al/effect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/al/effect.cpp b/al/effect.cpp index 21387cae..a4004a40 100644 --- a/al/effect.cpp +++ b/al/effect.cpp @@ -86,6 +86,7 @@ effect_exception::effect_exception(ALenum code, const char *msg, ...) : mErrorCo setMessage(msg, args); va_end(args); } +effect_exception::~effect_exception() = default; namespace { |