diff options
Diffstat (limited to 'gr-digital/lib/map_bb_impl.h')
-rw-r--r-- | gr-digital/lib/map_bb_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-digital/lib/map_bb_impl.h b/gr-digital/lib/map_bb_impl.h index 094a83581e..265944f9f0 100644 --- a/gr-digital/lib/map_bb_impl.h +++ b/gr-digital/lib/map_bb_impl.h @@ -26,10 +26,10 @@ private: public: map_bb_impl(const std::vector<int>& map); - ~map_bb_impl(); + ~map_bb_impl() override; - void set_map(const std::vector<int>& map); - std::vector<int> map() const; + void set_map(const std::vector<int>& map) override; + std::vector<int> map() const override; int work(int noutput_items, gr_vector_const_void_star& input_items, |