summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/rms_ff_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/rms_ff_impl.h')
-rw-r--r--gr-blocks/lib/rms_ff_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/lib/rms_ff_impl.h b/gr-blocks/lib/rms_ff_impl.h
index 8ee3927d31..2e3311c324 100644
--- a/gr-blocks/lib/rms_ff_impl.h
+++ b/gr-blocks/lib/rms_ff_impl.h
@@ -27,9 +27,9 @@ private:
public:
rms_ff_impl(double alpha = 0.0001);
- ~rms_ff_impl();
+ ~rms_ff_impl() override;
- void set_alpha(double alpha);
+ void set_alpha(double alpha) override;
int work(int noutput_items,
gr_vector_const_void_star& input_items,