summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/complex_to_mag_squared_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/complex_to_mag_squared_impl.h')
-rw-r--r--gr-blocks/lib/complex_to_mag_squared_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/complex_to_mag_squared_impl.h b/gr-blocks/lib/complex_to_mag_squared_impl.h
index e03e59aabb..a7938d008d 100644
--- a/gr-blocks/lib/complex_to_mag_squared_impl.h
+++ b/gr-blocks/lib/complex_to_mag_squared_impl.h
@@ -30,7 +30,7 @@ namespace blocks {
class BLOCKS_API complex_to_mag_squared_impl : public complex_to_mag_squared
{
- size_t d_vlen;
+ const size_t d_vlen;
public:
complex_to_mag_squared_impl(size_t vlen);