summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/complex_to_mag_squared_impl.h
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.se>2019-12-21 17:22:27 +0000
committerMartin Braun <martin.braun@ettus.com>2020-01-06 15:38:02 -0800
commit911844e77970401069e503ac6c447878778f81ae (patch)
tree1c405a9c9be4cb7b0e1e5b0bf1ab97704089cb79 /gr-blocks/lib/complex_to_mag_squared_impl.h
parent67f21336724326c59948a3344a4d30db242809de (diff)
gr-blocks: Make d_vlen const
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);