summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/plateau_detector_fb_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/plateau_detector_fb_impl.cc')
-rw-r--r--gr-blocks/lib/plateau_detector_fb_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/plateau_detector_fb_impl.cc b/gr-blocks/lib/plateau_detector_fb_impl.cc
index d7f70df211..8c3a640a9e 100644
--- a/gr-blocks/lib/plateau_detector_fb_impl.cc
+++ b/gr-blocks/lib/plateau_detector_fb_impl.cc
@@ -20,7 +20,7 @@ namespace blocks {
plateau_detector_fb::sptr plateau_detector_fb::make(int max_len, float threshold)
{
- return gnuradio::get_initial_sptr(new plateau_detector_fb_impl(max_len, threshold));
+ return gnuradio::make_block_sptr<plateau_detector_fb_impl>(max_len, threshold);
}
plateau_detector_fb_impl::plateau_detector_fb_impl(int max_len, float threshold)