summaryrefslogtreecommitdiff
path: root/gr-fft/include/fft/fft_vfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fft/include/fft/fft_vfc.h')
-rw-r--r--gr-fft/include/fft/fft_vfc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fft/include/fft/fft_vfc.h b/gr-fft/include/fft/fft_vfc.h
index fc48ceefe..ec441d66a 100644
--- a/gr-fft/include/fft/fft_vfc.h
+++ b/gr-fft/include/fft/fft_vfc.h
@@ -40,7 +40,7 @@ namespace gr {
* \brief Compute forward or reverse FFT. float vector in / complex vector out.
* \ingroup dft_blk
*/
- static FFT_API sptr make(int fft_size, bool forward,
+ static sptr make(int fft_size, bool forward,
const std::vector<float> &window,
int nthreads=1);