summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-12-10 16:46:17 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-12-10 16:46:17 +0100
commitd93c0bbfbeb938f29b47fd849e5165106f3e80c5 (patch)
tree40fbeb2a91057570f35cf8d94ee0fd303c2173dd
parent0bb248493c2ecb9963907e99716e61a4c5318711 (diff)
Add missing overrides.
-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;