From 84cfef8513b88068e8ef66223d09b6c48d35caad Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 16 Dec 2022 09:48:54 -0800 Subject: Avoid inlining certain exception functions --- al/effect.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'al/effect.cpp') 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 { -- cgit v1.2.3