summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/stretch_ff_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/stretch_ff_impl.cc')
-rw-r--r--gr-blocks/lib/stretch_ff_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/stretch_ff_impl.cc b/gr-blocks/lib/stretch_ff_impl.cc
index 7ee84879ba..00458c4742 100644
--- a/gr-blocks/lib/stretch_ff_impl.cc
+++ b/gr-blocks/lib/stretch_ff_impl.cc
@@ -20,7 +20,7 @@ namespace blocks {
stretch_ff::sptr stretch_ff::make(float lo, size_t vlen)
{
- return gnuradio::get_initial_sptr(new stretch_ff_impl(lo, vlen));
+ return gnuradio::make_block_sptr<stretch_ff_impl>(lo, vlen);
}
stretch_ff_impl::stretch_ff_impl(float lo, size_t vlen)