diff options
Diffstat (limited to 'gr-digital/lib/hdlc_framer_pb_impl.h')
-rw-r--r-- | gr-digital/lib/hdlc_framer_pb_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/lib/hdlc_framer_pb_impl.h b/gr-digital/lib/hdlc_framer_pb_impl.h index 0d8932d2b5..7a7783ab96 100644 --- a/gr-digital/lib/hdlc_framer_pb_impl.h +++ b/gr-digital/lib/hdlc_framer_pb_impl.h @@ -30,7 +30,7 @@ private: public: hdlc_framer_pb_impl(const std::string frame_tag_name); - ~hdlc_framer_pb_impl(); + ~hdlc_framer_pb_impl() override; // Where all the action really happens int work(int noutput_items, |