aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/soxr/soxresampler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/soxr/soxresampler.h')
-rw-r--r--src/plugins/Effect/soxr/soxresampler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Effect/soxr/soxresampler.h b/src/plugins/Effect/soxr/soxresampler.h
index 9b950825d..09e159837 100644
--- a/src/plugins/Effect/soxr/soxresampler.h
+++ b/src/plugins/Effect/soxr/soxresampler.h
@@ -33,8 +33,8 @@ public:
SoXResampler();
virtual ~SoXResampler();
- void applyEffect(Buffer *b);
- void configure(quint32 freq, ChannelMap map);
+ void applyEffect(Buffer *b) override;
+ void configure(quint32 freq, ChannelMap map) override;
private:
void freeSoXR();