From d93c0bbfbeb938f29b47fd849e5165106f3e80c5 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 10 Dec 2016 16:46:17 +0100 Subject: Add missing overrides. --- pluginlv2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3