aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alcmain.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alcmain.h')
-rw-r--r--alc/alcmain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/alcmain.h b/alc/alcmain.h
index f7842d96..933ee779 100644
--- a/alc/alcmain.h
+++ b/alc/alcmain.h
@@ -213,9 +213,9 @@ struct ALCdevice : public al::intrusive_ref<ALCdevice> {
ALuint BufferSize{};
DevFmtChannels FmtChans{};
- DevFmtType FmtType{};
+ DevFmtType FmtType{};
ALboolean IsHeadphones{AL_FALSE};
- ALsizei mAmbiOrder{0};
+ ALuint mAmbiOrder{0};
/* For DevFmtAmbi* output only, specifies the channel order and
* normalization.
*/