diff options
Diffstat (limited to 'gr-blocks/lib/plateau_detector_fb_impl.h')
-rw-r--r-- | gr-blocks/lib/plateau_detector_fb_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/plateau_detector_fb_impl.h b/gr-blocks/lib/plateau_detector_fb_impl.h index 6b8fd576bf..6ea346223c 100644 --- a/gr-blocks/lib/plateau_detector_fb_impl.h +++ b/gr-blocks/lib/plateau_detector_fb_impl.h @@ -19,7 +19,7 @@ namespace blocks { class plateau_detector_fb_impl : public plateau_detector_fb { private: - int d_max_len; + const int d_max_len; float d_threshold; public: |