Explicitly define AmbDecConf's destructor
commit234e55cc3c121bfff28856c452b9540fcf51fce2
authorChris Robinson <chris.kcat@gmail.com>
Wed, 23 Feb 2022 05:23:53 +0000 (22 21:23 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 23 Feb 2022 05:23:53 +0000 (22 21:23 -0800)
tree7385b15b78aa35799b732e203f89d9413231b9a1
parentd22699d9bd098a2800b8434a22d9e59209065de2
Explicitly define AmbDecConf's destructor

GCC complains it can't inline the destructor because it's "unlikely" to be
called and would bloat code size, despite being implicitly defined. Technically
accurate, but rather annoying since it's not explicitly called or defined.
core/ambdec.cpp
core/ambdec.h