summaryrefslogtreecommitdiff
path: root/gr-digital/lib/crc32_bb_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/lib/crc32_bb_impl.h')
-rw-r--r--gr-digital/lib/crc32_bb_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-digital/lib/crc32_bb_impl.h b/gr-digital/lib/crc32_bb_impl.h
index 6c86d985e2..8207697f81 100644
--- a/gr-digital/lib/crc32_bb_impl.h
+++ b/gr-digital/lib/crc32_bb_impl.h
@@ -29,9 +29,9 @@ private:
public:
crc32_bb_impl(bool check, const std::string& lengthtagname, bool packed);
- ~crc32_bb_impl();
+ ~crc32_bb_impl() override;
- int calculate_output_stream_length(const gr_vector_int& ninput_items);
+ int calculate_output_stream_length(const gr_vector_int& ninput_items) override;
int work(int noutput_items,
gr_vector_int& ninput_items,
gr_vector_const_void_star& input_items,