aboutsummaryrefslogtreecommitdiffstats
path: root/core/ambdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/ambdec.h')
-rw-r--r--core/ambdec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/ambdec.h b/core/ambdec.h
index b6aa1225..e1bcde26 100644
--- a/core/ambdec.h
+++ b/core/ambdec.h
@@ -46,6 +46,8 @@ struct AmbDecConf {
float HFOrderGain[MaxAmbiOrder+1]{};
CoeffArray *HFMatrix;
+ ~AmbDecConf();
+
al::optional<std::string> load(const char *fname) noexcept;
};