diff options
Diffstat (limited to 'gr-blocks/lib/interleaved_char_to_complex_impl.h')
-rw-r--r-- | gr-blocks/lib/interleaved_char_to_complex_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/interleaved_char_to_complex_impl.h b/gr-blocks/lib/interleaved_char_to_complex_impl.h index 211c684943..9b5dcc1b8d 100644 --- a/gr-blocks/lib/interleaved_char_to_complex_impl.h +++ b/gr-blocks/lib/interleaved_char_to_complex_impl.h @@ -20,7 +20,7 @@ class BLOCKS_API interleaved_char_to_complex_impl : public interleaved_char_to_c { private: float d_scalar; - bool d_vector; + const bool d_vector; public: interleaved_char_to_complex_impl(bool vector_input = false, |