diff options
Diffstat (limited to 'gr-blocks/lib/bin_statistics_f_impl.h')
-rw-r--r-- | gr-blocks/lib/bin_statistics_f_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/lib/bin_statistics_f_impl.h b/gr-blocks/lib/bin_statistics_f_impl.h index 74b1104573..42a838f3cd 100644 --- a/gr-blocks/lib/bin_statistics_f_impl.h +++ b/gr-blocks/lib/bin_statistics_f_impl.h @@ -27,8 +27,8 @@ private: const size_t d_vlen; msg_queue::sptr d_msgq; feval_dd* d_tune; - size_t d_tune_delay; - size_t d_dwell_delay; + const size_t d_tune_delay; + const size_t d_dwell_delay; double d_center_freq; state_t d_state; |