diff options
Diffstat (limited to 'gr-digital/lib/crc32_async_bb_impl.h')
-rw-r--r-- | gr-digital/lib/crc32_async_bb_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/lib/crc32_async_bb_impl.h b/gr-digital/lib/crc32_async_bb_impl.h index f759af5ca4..a918c8cd21 100644 --- a/gr-digital/lib/crc32_async_bb_impl.h +++ b/gr-digital/lib/crc32_async_bb_impl.h @@ -30,7 +30,7 @@ private: public: crc32_async_bb_impl(bool check); - ~crc32_async_bb_impl(); + ~crc32_async_bb_impl() override; int general_work(int noutput_items, gr_vector_int& ninput_items, |