summaryrefslogtreecommitdiff
path: root/gr-analog/lib/ctcss_squelch_ff_impl.h
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.se>2020-04-10 10:44:37 +0100
committerMarcus Müller <marcus@hostalia.de>2020-04-10 21:38:42 +0200
commitdaf936e44c85a36e76663f4bb82c6a8756e13812 (patch)
tree23ce8b9d2d99f8e2ba32bc2516b3c31f68d986ad /gr-analog/lib/ctcss_squelch_ff_impl.h
parente30b5d796384410db1a4440c0e3692e9a59c508a (diff)
analog/ctcss_squelsh_ff: Add const where applicable
Diffstat (limited to 'gr-analog/lib/ctcss_squelch_ff_impl.h')
-rw-r--r--gr-analog/lib/ctcss_squelch_ff_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-analog/lib/ctcss_squelch_ff_impl.h b/gr-analog/lib/ctcss_squelch_ff_impl.h
index 11ca92b025..0e478f93cb 100644
--- a/gr-analog/lib/ctcss_squelch_ff_impl.h
+++ b/gr-analog/lib/ctcss_squelch_ff_impl.h
@@ -25,7 +25,7 @@ private:
float d_freq;
float d_level;
int d_len;
- int d_rate;
+ const int d_rate;
bool d_mute;
std::unique_ptr<fft::goertzel> d_goertzel_l;