diff options
Diffstat (limited to 'gr-blocks/lib/head_impl.h')
-rw-r--r-- | gr-blocks/lib/head_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/head_impl.h b/gr-blocks/lib/head_impl.h index fe2918c404..4a2c33864b 100644 --- a/gr-blocks/lib/head_impl.h +++ b/gr-blocks/lib/head_impl.h @@ -39,7 +39,7 @@ namespace gr { ~head_impl(); void reset() { d_ncopied_items = 0; } - void set_length(int nitems) { d_nitems = nitems; } + void set_length(uint64_t nitems) { d_nitems = nitems; } int work(int noutput_items, gr_vector_const_void_star &input_items, |