summaryrefslogtreecommitdiff
path: root/gr-fft/include/gnuradio/fft/goertzel_fc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fft/include/gnuradio/fft/goertzel_fc.h')
-rw-r--r--gr-fft/include/gnuradio/fft/goertzel_fc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fft/include/gnuradio/fft/goertzel_fc.h b/gr-fft/include/gnuradio/fft/goertzel_fc.h
index 46e655facf..f3ff011a07 100644
--- a/gr-fft/include/gnuradio/fft/goertzel_fc.h
+++ b/gr-fft/include/gnuradio/fft/goertzel_fc.h
@@ -25,7 +25,7 @@ class FFT_API goertzel_fc : virtual public sync_decimator
{
public:
// gr::fft::goertzel_fc::sptr
- typedef boost::shared_ptr<goertzel_fc> sptr;
+ typedef std::shared_ptr<goertzel_fc> sptr;
static sptr make(int rate, int len, float freq);