diff options
Diffstat (limited to 'gr-blocks/lib/interleaved_short_to_complex_impl.h')
-rw-r--r-- | gr-blocks/lib/interleaved_short_to_complex_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/lib/interleaved_short_to_complex_impl.h b/gr-blocks/lib/interleaved_short_to_complex_impl.h index dad4268666..80f5b71278 100644 --- a/gr-blocks/lib/interleaved_short_to_complex_impl.h +++ b/gr-blocks/lib/interleaved_short_to_complex_impl.h @@ -27,9 +27,9 @@ public: bool swap = false, float scale_factor = 1.0f); - void set_swap(bool swap); + void set_swap(bool swap) override; - virtual void set_scale_factor(float new_value) { d_scalar = new_value; }; + void set_scale_factor(float new_value) override { d_scalar = new_value; }; int work(int noutput_items, gr_vector_const_void_star& input_items, |