summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/deinterleave_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/deinterleave_impl.h')
-rw-r--r--gr-blocks/lib/deinterleave_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/lib/deinterleave_impl.h b/gr-blocks/lib/deinterleave_impl.h
index 22dbe19f9c..b00d13cc15 100644
--- a/gr-blocks/lib/deinterleave_impl.h
+++ b/gr-blocks/lib/deinterleave_impl.h
@@ -19,8 +19,8 @@ namespace blocks {
class BLOCKS_API deinterleave_impl : public deinterleave
{
- size_t d_itemsize;
- unsigned int d_blocksize;
+ const size_t d_itemsize;
+ const unsigned int d_blocksize;
unsigned int d_current_output;
unsigned int d_noutputs;
unsigned int d_size_bytes; // block size in bytes