diff options
Diffstat (limited to 'gr-blocks/lib/random_pdu_impl.h')
-rw-r--r-- | gr-blocks/lib/random_pdu_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/lib/random_pdu_impl.h b/gr-blocks/lib/random_pdu_impl.h index b2ecc85d1d..eef29df1c3 100644 --- a/gr-blocks/lib/random_pdu_impl.h +++ b/gr-blocks/lib/random_pdu_impl.h @@ -25,8 +25,8 @@ private: std::mt19937 d_rng; std::uniform_int_distribution<> d_urange; std::uniform_int_distribution<> d_brange; - unsigned char d_mask; - int d_length_modulo; + const unsigned char d_mask; + const int d_length_modulo; public: random_pdu_impl(int min_items, |