summaryrefslogtreecommitdiff
path: root/gr-digital/lib/additive_scrambler_bb_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/lib/additive_scrambler_bb_impl.cc')
-rw-r--r--gr-digital/lib/additive_scrambler_bb_impl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-digital/lib/additive_scrambler_bb_impl.cc b/gr-digital/lib/additive_scrambler_bb_impl.cc
index c7562e209d..a701700b72 100644
--- a/gr-digital/lib/additive_scrambler_bb_impl.cc
+++ b/gr-digital/lib/additive_scrambler_bb_impl.cc
@@ -25,8 +25,8 @@ additive_scrambler_bb::sptr additive_scrambler_bb::make(int mask,
int bits_per_byte,
const std::string& reset_tag_key)
{
- return gnuradio::get_initial_sptr(new additive_scrambler_bb_impl(
- mask, seed, len, count, bits_per_byte, reset_tag_key));
+ return gnuradio::make_block_sptr<additive_scrambler_bb_impl>(
+ mask, seed, len, count, bits_per_byte, reset_tag_key);
}
additive_scrambler_bb_impl::additive_scrambler_bb_impl(int mask,