diff options
Diffstat (limited to 'gr-blocks/lib/interleaved_short_to_complex_impl.h')
-rw-r--r-- | gr-blocks/lib/interleaved_short_to_complex_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/interleaved_short_to_complex_impl.h b/gr-blocks/lib/interleaved_short_to_complex_impl.h index 698ac8d7bf..ac054207b2 100644 --- a/gr-blocks/lib/interleaved_short_to_complex_impl.h +++ b/gr-blocks/lib/interleaved_short_to_complex_impl.h @@ -20,7 +20,7 @@ class BLOCKS_API interleaved_short_to_complex_impl : public interleaved_short_to { private: float d_scalar; - bool d_vector; + const bool d_vector; bool d_swap; public: |