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