diff options
Diffstat (limited to 'gr-digital/lib/protocol_parser_b_impl.h')
-rw-r--r-- | gr-digital/lib/protocol_parser_b_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/lib/protocol_parser_b_impl.h b/gr-digital/lib/protocol_parser_b_impl.h index 490765fb0c..687c50fc06 100644 --- a/gr-digital/lib/protocol_parser_b_impl.h +++ b/gr-digital/lib/protocol_parser_b_impl.h @@ -24,7 +24,7 @@ private: public: protocol_parser_b_impl(const header_format_base::sptr& format); - ~protocol_parser_b_impl(); + ~protocol_parser_b_impl() override; void set_threshold(unsigned int thresh); unsigned int threshold() const; |