summaryrefslogtreecommitdiff
path: root/gr-vocoder/lib/ulaw_decode_bs_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-vocoder/lib/ulaw_decode_bs_impl.h')
-rw-r--r--gr-vocoder/lib/ulaw_decode_bs_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-vocoder/lib/ulaw_decode_bs_impl.h b/gr-vocoder/lib/ulaw_decode_bs_impl.h
index 9b0927105f..1f0ef3e508 100644
--- a/gr-vocoder/lib/ulaw_decode_bs_impl.h
+++ b/gr-vocoder/lib/ulaw_decode_bs_impl.h
@@ -20,7 +20,7 @@ class ulaw_decode_bs_impl : public ulaw_decode_bs
{
public:
ulaw_decode_bs_impl();
- ~ulaw_decode_bs_impl();
+ ~ulaw_decode_bs_impl() override;
int work(int noutput_items,
gr_vector_const_void_star& input_items,