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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/alc/effects/base.h b/alc/effects/base.h
index fe595797..8fa22bb5 100644
--- a/alc/effects/base.h
+++ b/alc/effects/base.h
@@ -169,8 +169,7 @@ struct EffectState : public al::intrusive_ref<EffectState> {
virtual ~EffectState() = default;
- virtual void deviceUpdate(const ALCdevice *device) = 0;
- virtual void setBuffer(const ALCdevice* /*device*/, const BufferStorage* /*buffer*/) { }
+ virtual void deviceUpdate(const ALCdevice *device, const BufferStorage *buffer) = 0;
virtual void update(const ALCcontext *context, const EffectSlot *slot,
const EffectProps *props, const EffectTarget target) = 0;
virtual void process(const size_t samplesToDo, const al::span<const FloatBufferLine> samplesIn,