summaryrefslogtreecommitdiff
path: root/gr-fft/include/fft/goertzel_fc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fft/include/fft/goertzel_fc.h')
-rw-r--r--gr-fft/include/fft/goertzel_fc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fft/include/fft/goertzel_fc.h b/gr-fft/include/fft/goertzel_fc.h
index 4d3fa8dcf8..5b3c8f1c49 100644
--- a/gr-fft/include/fft/goertzel_fc.h
+++ b/gr-fft/include/fft/goertzel_fc.h
@@ -40,7 +40,7 @@ namespace gr {
* \brief Goertzel single-bin DFT calculation.
* \ingroup dft_blk
*/
- static FFT_API sptr make(int rate, int len, float freq);
+ static sptr make(int rate, int len, float freq);
virtual void set_freq (float freq) = 0;