diff options
Diffstat (limited to 'gr-blocks/lib/unpacked_to_packed_impl.h')
-rw-r--r-- | gr-blocks/lib/unpacked_to_packed_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/lib/unpacked_to_packed_impl.h b/gr-blocks/lib/unpacked_to_packed_impl.h index daa2ba6949..50398aee8c 100644 --- a/gr-blocks/lib/unpacked_to_packed_impl.h +++ b/gr-blocks/lib/unpacked_to_packed_impl.h @@ -33,8 +33,8 @@ template <class T> class unpacked_to_packed_impl : public unpacked_to_packed<T> { private: - unsigned int d_bits_per_chunk; - endianness_t d_endianness; + const unsigned int d_bits_per_chunk; + const endianness_t d_endianness; unsigned int d_index; const unsigned int d_bits_per_type = sizeof(T) * 8; unsigned int |