diff options
Diffstat (limited to 'gr-fec/include/gnuradio/fec/decode_ccsds_27_fb.h')
-rw-r--r-- | gr-fec/include/gnuradio/fec/decode_ccsds_27_fb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-fec/include/gnuradio/fec/decode_ccsds_27_fb.h b/gr-fec/include/gnuradio/fec/decode_ccsds_27_fb.h index c0c4efa2d0..99ed154c81 100644 --- a/gr-fec/include/gnuradio/fec/decode_ccsds_27_fb.h +++ b/gr-fec/include/gnuradio/fec/decode_ccsds_27_fb.h @@ -48,11 +48,11 @@ namespace gr { * The first 32 bits out will be zeroes, with the output delayed four bytes * from the corresponding inputs. */ - + class FEC_API decode_ccsds_27_fb : virtual public sync_decimator { public: - + // gr::fec::decode_ccsds_27_fb::sptr typedef boost::shared_ptr<decode_ccsds_27_fb> sptr; |