diff options
Diffstat (limited to 'alc/mixer/defs.h')
-rw-r--r-- | alc/mixer/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/mixer/defs.h b/alc/mixer/defs.h index a3b49ad3..a624509a 100644 --- a/alc/mixer/defs.h +++ b/alc/mixer/defs.h @@ -30,7 +30,7 @@ enum ResampleType { }; template<ResampleType TypeTag, InstSetType InstTag> -const ALfloat *Resample_(const InterpState *state, const ALfloat *RESTRICT src, ALuint frac, +const float *Resample_(const InterpState *state, const float *RESTRICT src, ALuint frac, ALuint increment, const al::span<float> dst); template<InstSetType InstTag> |