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