aboutsummaryrefslogtreecommitdiff
path: root/src/chips/opl_chip_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chips/opl_chip_base.h')
-rw-r--r--src/chips/opl_chip_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chips/opl_chip_base.h b/src/chips/opl_chip_base.h
index a79bdd5..718839a 100644
--- a/src/chips/opl_chip_base.h
+++ b/src/chips/opl_chip_base.h
@@ -122,7 +122,7 @@ private:
void nativeTick(int16_t *frame);
void setupResampler(uint32_t rate);
void resetResampler();
- void resampledGenerate(int32_t *output);
+ void resampledGenerate(int32_t *output) override;
#if defined(ADLMIDI_ENABLE_HQ_RESAMPLER)
VResampler *m_resampler;
#else