summaryrefslogtreecommitdiff
path: root/gr-digital/lib/ofdm_sync_sc_cfb_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/lib/ofdm_sync_sc_cfb_impl.h')
-rw-r--r--gr-digital/lib/ofdm_sync_sc_cfb_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-digital/lib/ofdm_sync_sc_cfb_impl.h b/gr-digital/lib/ofdm_sync_sc_cfb_impl.h
index ea9f57b85c..c74b48db53 100644
--- a/gr-digital/lib/ofdm_sync_sc_cfb_impl.h
+++ b/gr-digital/lib/ofdm_sync_sc_cfb_impl.h
@@ -24,10 +24,10 @@ public:
int cp_len,
bool use_even_carriers,
float threshold);
- ~ofdm_sync_sc_cfb_impl();
+ ~ofdm_sync_sc_cfb_impl() override;
- virtual void set_threshold(float threshold);
- virtual float threshold() const;
+ void set_threshold(float threshold) override;
+ float threshold() const override;
private:
gr::blocks::plateau_detector_fb::sptr d_plateau_detector;