diff options
Diffstat (limited to 'gr-fec/lib/puncture_bb_impl.h')
-rw-r--r-- | gr-fec/lib/puncture_bb_impl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gr-fec/lib/puncture_bb_impl.h b/gr-fec/lib/puncture_bb_impl.h index 6480a742be..abf9c09dc1 100644 --- a/gr-fec/lib/puncture_bb_impl.h +++ b/gr-fec/lib/puncture_bb_impl.h @@ -31,14 +31,13 @@ namespace gr { class FEC_API puncture_bb_impl : public puncture_bb { private: + int d_puncsize; int d_delay; int d_puncholes; - int d_puncsize; int d_puncpat; public: - puncture_bb_impl(int delay, int puncpat, - int puncholes, int puncsize); + puncture_bb_impl(int puncsize, int puncpat, int delay=0); ~puncture_bb_impl(); //void catch_msg(pmt::pmt_t msg); |