summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/interleaved_char_to_complex_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/interleaved_char_to_complex_impl.h')
-rw-r--r--gr-blocks/lib/interleaved_char_to_complex_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/interleaved_char_to_complex_impl.h b/gr-blocks/lib/interleaved_char_to_complex_impl.h
index 86800782f5..90e72e51b5 100644
--- a/gr-blocks/lib/interleaved_char_to_complex_impl.h
+++ b/gr-blocks/lib/interleaved_char_to_complex_impl.h
@@ -25,7 +25,7 @@ public:
interleaved_char_to_complex_impl(bool vector_input = false,
float scale_factor = 1.0f);
- 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,