Modifying the unittest output. XML files are no longer written outside of the build...
[debian/gnuradio] / gnuradio-core / src / lib / filter / gr_pfb_clock_sync_fff.cc
index 86de3b5a1c17fe2ec3e3864a9344a1839e8a148e..5d7f7a0d0f947bfeb6e413aeeae68584a14774ad 100644 (file)
@@ -39,7 +39,7 @@ gr_pfb_clock_sync_fff_sptr gr_make_pfb_clock_sync_fff (double sps, float gain,
                                                       float init_phase,
                                                       float max_rate_deviation)
 {
-  return gr_pfb_clock_sync_fff_sptr (new gr_pfb_clock_sync_fff (sps, gain, taps,
+  return gnuradio::get_initial_sptr(new gr_pfb_clock_sync_fff (sps, gain, taps,
                                                                filter_size,
                                                                init_phase,
                                                                max_rate_deviation));