From 911844e77970401069e503ac6c447878778f81ae Mon Sep 17 00:00:00 2001
From: Thomas Habets <thomas@habets.se>
Date: Sat, 21 Dec 2019 17:22:27 +0000
Subject: gr-blocks: Make d_vlen const

---
 gr-blocks/lib/complex_to_mag_squared_impl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gr-blocks/lib/complex_to_mag_squared_impl.h')

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);
-- 
cgit v1.2.3