aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ambdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ambdec.h')
-rw-r--r--Alc/ambdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ambdec.h b/Alc/ambdec.h
index d6d154fb..33e74d36 100644
--- a/Alc/ambdec.h
+++ b/Alc/ambdec.h
@@ -39,7 +39,7 @@ struct AmbDecConf {
ALfloat HFOrderGain[MAX_AMBI_ORDER+1];
ALfloat HFMatrix[MAX_OUTPUT_CHANNELS][MAX_AMBI_COEFFS];
- int load(const char *fname);
+ int load(const char *fname) noexcept;
};
#endif /* AMBDEC_H */