summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pluginlv2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluginlv2.h b/pluginlv2.h
index 8a3e13e..1677fbf 100644
--- a/pluginlv2.h
+++ b/pluginlv2.h
@@ -65,7 +65,7 @@ public:
float getSamplerate() override;
//! This method is called by the host when the samplerate changes.
- virtual void onSamplerateChange(float samplerate) = 0;
+ virtual void onSamplerateChange(float samplerate) override = 0;
//! Call this to get current frame-size.
std::size_t getFramesize() override;