diff options
Diffstat (limited to 'gr-digital/lib/hdlc_deframer_bp_impl.cc')
-rw-r--r-- | gr-digital/lib/hdlc_deframer_bp_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/lib/hdlc_deframer_bp_impl.cc b/gr-digital/lib/hdlc_deframer_bp_impl.cc index 653a9a0350..3ceba38281 100644 --- a/gr-digital/lib/hdlc_deframer_bp_impl.cc +++ b/gr-digital/lib/hdlc_deframer_bp_impl.cc @@ -21,7 +21,7 @@ namespace digital { hdlc_deframer_bp::sptr hdlc_deframer_bp::make(int length_min = 32, int length_max = 500) { - return gnuradio::get_initial_sptr(new hdlc_deframer_bp_impl(length_min, length_max)); + return gnuradio::make_block_sptr<hdlc_deframer_bp_impl>(length_min, length_max); } /* |