diff options
Diffstat (limited to 'gr-blocks/lib/complex_to_interleaved_char_impl.h')
-rw-r--r-- | gr-blocks/lib/complex_to_interleaved_char_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/complex_to_interleaved_char_impl.h b/gr-blocks/lib/complex_to_interleaved_char_impl.h index 2e7e3c68bd..f4502c4b9d 100644 --- a/gr-blocks/lib/complex_to_interleaved_char_impl.h +++ b/gr-blocks/lib/complex_to_interleaved_char_impl.h @@ -20,7 +20,7 @@ class BLOCKS_API complex_to_interleaved_char_impl : public complex_to_interleave { private: float d_scalar; - bool d_vector; + const bool d_vector; public: complex_to_interleaved_char_impl(bool vector, float scale_factor); |