summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/nlog10_ff_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/nlog10_ff_impl.h')
-rw-r--r--gr-blocks/lib/nlog10_ff_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/nlog10_ff_impl.h b/gr-blocks/lib/nlog10_ff_impl.h
index b59492aff3..1890eb44b3 100644
--- a/gr-blocks/lib/nlog10_ff_impl.h
+++ b/gr-blocks/lib/nlog10_ff_impl.h
@@ -32,7 +32,7 @@ class BLOCKS_API nlog10_ff_impl : public nlog10_ff
{
float d_n_log2_10;
float d_10_k_n;
- size_t d_vlen;
+ const size_t d_vlen;
public:
nlog10_ff_impl(float n, size_t vlen, float k);