summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/complex_to_interleaved_char_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/complex_to_interleaved_char_impl.h')
-rw-r--r--gr-blocks/lib/complex_to_interleaved_char_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/complex_to_interleaved_char_impl.h b/gr-blocks/lib/complex_to_interleaved_char_impl.h
index 903c64b1ab..4a15a6328e 100644
--- a/gr-blocks/lib/complex_to_interleaved_char_impl.h
+++ b/gr-blocks/lib/complex_to_interleaved_char_impl.h
@@ -25,7 +25,7 @@ private:
public:
complex_to_interleaved_char_impl(bool vector, float scale_factor);
- 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,