summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/check_lfsr_32k_s_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/check_lfsr_32k_s_impl.cc')
-rw-r--r--gr-blocks/lib/check_lfsr_32k_s_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/check_lfsr_32k_s_impl.cc b/gr-blocks/lib/check_lfsr_32k_s_impl.cc
index 2e51fbf6c1..0b8092abcc 100644
--- a/gr-blocks/lib/check_lfsr_32k_s_impl.cc
+++ b/gr-blocks/lib/check_lfsr_32k_s_impl.cc
@@ -22,7 +22,7 @@ namespace blocks {
check_lfsr_32k_s::sptr check_lfsr_32k_s::make()
{
- return gnuradio::get_initial_sptr(new check_lfsr_32k_s_impl());
+ return gnuradio::make_block_sptr<check_lfsr_32k_s_impl>();
}
check_lfsr_32k_s_impl::check_lfsr_32k_s_impl()