diff options
Diffstat (limited to 'gr-blocks/lib/random_pdu_impl.h')
-rw-r--r-- | gr-blocks/lib/random_pdu_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/random_pdu_impl.h b/gr-blocks/lib/random_pdu_impl.h index eef29df1c3..7f0b87c90c 100644 --- a/gr-blocks/lib/random_pdu_impl.h +++ b/gr-blocks/lib/random_pdu_impl.h @@ -34,7 +34,7 @@ public: unsigned char byte_mask, int length_modulo); - bool start(); + bool start() override; void output_random(); void generate_pdu(pmt::pmt_t msg) { output_random(); } void generate_pdu() { output_random(); } |