summaryrefslogtreecommitdiff
path: root/gr-fec/lib/async_decoder_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fec/lib/async_decoder_impl.h')
-rw-r--r--gr-fec/lib/async_decoder_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/lib/async_decoder_impl.h b/gr-fec/lib/async_decoder_impl.h
index c3c7a7c3ff..53dc84fbe3 100644
--- a/gr-fec/lib/async_decoder_impl.h
+++ b/gr-fec/lib/async_decoder_impl.h
@@ -44,7 +44,7 @@ namespace gr {
bool d_packed;
bool d_rev_pack;
- int d_max_bits_in;
+ size_t d_max_bits_in;
float *d_tmp_f32;
int8_t *d_tmp_u8;
uint8_t *d_bits_out;