diff options
Diffstat (limited to 'gr-blocks/lib/ctrlport_probe2_b_impl.h')
-rw-r--r-- | gr-blocks/lib/ctrlport_probe2_b_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/ctrlport_probe2_b_impl.h b/gr-blocks/lib/ctrlport_probe2_b_impl.h index 490af9b040..165f0d33db 100644 --- a/gr-blocks/lib/ctrlport_probe2_b_impl.h +++ b/gr-blocks/lib/ctrlport_probe2_b_impl.h @@ -38,6 +38,7 @@ namespace gr { size_t d_len; unsigned int d_disp_mask; + size_t d_index; std::vector<signed char> d_buffer; rpcbufferedget< std::vector<signed char> > buffered_get; @@ -64,4 +65,3 @@ namespace gr { } /* namespace gr */ #endif /* INCLUDED_CTRLPORT_PROBE2_C_IMPL_H */ - |