diff options
Diffstat (limited to 'gr-digital/lib/hdlc_deframer_bp_impl.h')
-rw-r--r-- | gr-digital/lib/hdlc_deframer_bp_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/lib/hdlc_deframer_bp_impl.h b/gr-digital/lib/hdlc_deframer_bp_impl.h index a89fe40ef1..68bd001989 100644 --- a/gr-digital/lib/hdlc_deframer_bp_impl.h +++ b/gr-digital/lib/hdlc_deframer_bp_impl.h @@ -32,7 +32,7 @@ private: public: hdlc_deframer_bp_impl(int length_min, int length_max); - ~hdlc_deframer_bp_impl(); + ~hdlc_deframer_bp_impl() override; // Where all the action really happens int work(int noutput_items, |