diff options
Diffstat (limited to 'gr-fft/include/gnuradio/fft/fft_vcc.h')
-rw-r--r-- | gr-fft/include/gnuradio/fft/fft_vcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fft/include/gnuradio/fft/fft_vcc.h b/gr-fft/include/gnuradio/fft/fft_vcc.h index eb2ac2f81f..95d1f18553 100644 --- a/gr-fft/include/gnuradio/fft/fft_vcc.h +++ b/gr-fft/include/gnuradio/fft/fft_vcc.h @@ -48,7 +48,7 @@ class FFT_API fft_vcc : virtual public sync_block { public: // gr::fft::fft_vcc::sptr - typedef boost::shared_ptr<fft_vcc> sptr; + typedef std::shared_ptr<fft_vcc> sptr; /*! \brief * \param[in] fft_size N. * \param[in] forward True performs FFT, False performs IFFT. |