summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/complex_to_interleaved_short_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/complex_to_interleaved_short_impl.h')
-rw-r--r--gr-blocks/lib/complex_to_interleaved_short_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/complex_to_interleaved_short_impl.h b/gr-blocks/lib/complex_to_interleaved_short_impl.h
index 1b1b294438..fbcf56cd5b 100644
--- a/gr-blocks/lib/complex_to_interleaved_short_impl.h
+++ b/gr-blocks/lib/complex_to_interleaved_short_impl.h
@@ -20,7 +20,7 @@ class BLOCKS_API complex_to_interleaved_short_impl : public complex_to_interleav
{
private:
float d_scalar;
- bool d_vector;
+ const bool d_vector;
public:
complex_to_interleaved_short_impl(bool vector, float scale_factor);