summaryrefslogtreecommitdiff
path: root/gr-vocoder/lib/alaw_decode_bs_impl.h
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2020-10-30 18:22:33 +0100
committermormj <34754695+mormj@users.noreply.github.com>2020-11-03 14:07:23 -0500
commit0ddc7dbc95ca6fb4c4a62a3c027104d6dd71fc3b (patch)
treeb454053fdc123711f3011b8a703de38e1d783ba3 /gr-vocoder/lib/alaw_decode_bs_impl.h
parent1cfd6287635e339b313e1826fdfda23f474c91c8 (diff)
modernization: `override` instead of virtual in all compilation units
Diffstat (limited to 'gr-vocoder/lib/alaw_decode_bs_impl.h')
-rw-r--r--gr-vocoder/lib/alaw_decode_bs_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-vocoder/lib/alaw_decode_bs_impl.h b/gr-vocoder/lib/alaw_decode_bs_impl.h
index 546aad41d6..519327931e 100644
--- a/gr-vocoder/lib/alaw_decode_bs_impl.h
+++ b/gr-vocoder/lib/alaw_decode_bs_impl.h
@@ -20,7 +20,7 @@ class alaw_decode_bs_impl : public alaw_decode_bs
{
public:
alaw_decode_bs_impl();
- ~alaw_decode_bs_impl();
+ ~alaw_decode_bs_impl() override;
int work(int noutput_items,
gr_vector_const_void_star& input_items,