summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/stretch_ff_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/stretch_ff_impl.h')
-rw-r--r--gr-blocks/lib/stretch_ff_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/stretch_ff_impl.h b/gr-blocks/lib/stretch_ff_impl.h
index c2228c93a..3c22af156 100644
--- a/gr-blocks/lib/stretch_ff_impl.h
+++ b/gr-blocks/lib/stretch_ff_impl.h
@@ -32,7 +32,7 @@ class stretch_ff_impl : public stretch_ff
{
private:
float d_lo; // the constant
- size_t d_vlen;
+ const size_t d_vlen;
public:
stretch_ff_impl(float lo, size_t vlen);