summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/stream_mux_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/stream_mux_impl.h')
-rw-r--r--gr-blocks/lib/stream_mux_impl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-blocks/lib/stream_mux_impl.h b/gr-blocks/lib/stream_mux_impl.h
index 1fa137ee9d..1ff03bdb20 100644
--- a/gr-blocks/lib/stream_mux_impl.h
+++ b/gr-blocks/lib/stream_mux_impl.h
@@ -19,10 +19,10 @@ namespace blocks {
class BLOCKS_API stream_mux_impl : public stream_mux
{
private:
- size_t d_itemsize;
- unsigned int d_stream; // index of currently selected stream
- int d_residual; // number if items left to put into current stream
- gr_vector_int d_lengths; // number if items to pack per stream
+ const size_t d_itemsize;
+ unsigned int d_stream; // index of currently selected stream
+ int d_residual; // number if items left to put into current stream
+ const gr_vector_int d_lengths; // number if items to pack per stream
void forecast(int noutput_items, gr_vector_int& ninput_items_required);