diff options
author | Thomas Habets <thomas@habets.se> | 2019-12-21 17:22:27 +0000 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2020-01-06 15:38:02 -0800 |
commit | 911844e77970401069e503ac6c447878778f81ae (patch) | |
tree | 1c405a9c9be4cb7b0e1e5b0bf1ab97704089cb79 /gr-blocks/lib/multiply_conjugate_cc_impl.h | |
parent | 67f21336724326c59948a3344a4d30db242809de (diff) |
gr-blocks: Make d_vlen const
Diffstat (limited to 'gr-blocks/lib/multiply_conjugate_cc_impl.h')
-rw-r--r-- | gr-blocks/lib/multiply_conjugate_cc_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/multiply_conjugate_cc_impl.h b/gr-blocks/lib/multiply_conjugate_cc_impl.h index 1f7f31091d..0653544524 100644 --- a/gr-blocks/lib/multiply_conjugate_cc_impl.h +++ b/gr-blocks/lib/multiply_conjugate_cc_impl.h @@ -30,7 +30,7 @@ namespace blocks { class BLOCKS_API multiply_conjugate_cc_impl : public multiply_conjugate_cc { - size_t d_vlen; + const size_t d_vlen; public: multiply_conjugate_cc_impl(size_t vlen); |