aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/effects/base.h')
-rw-r--r--Alc/effects/base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/effects/base.h b/Alc/effects/base.h
index d2b33b9b..1a59078f 100644
--- a/Alc/effects/base.h
+++ b/Alc/effects/base.h
@@ -145,7 +145,7 @@ struct EffectState {
RefCount mRef{1u};
FloatBufferLine *mOutBuffer{nullptr};
- ALsizei mOutChannels{0};
+ ALuint mOutChannels{0u};
virtual ~EffectState() = default;