diff options
Diffstat (limited to 'gr-blocks/lib/transcendental_impl.h')
-rw-r--r-- | gr-blocks/lib/transcendental_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/transcendental_impl.h b/gr-blocks/lib/transcendental_impl.h index 087431f5f6..b2efc54d3f 100644 --- a/gr-blocks/lib/transcendental_impl.h +++ b/gr-blocks/lib/transcendental_impl.h @@ -25,7 +25,7 @@ private: public: transcendental_impl(const work_fcn_type& work_fcn, const size_t io_size); - ~transcendental_impl(); + ~transcendental_impl() override; int work(int noutput_items, gr_vector_const_void_star& input_items, |