summaryrefslogtreecommitdiff
path: root/gr-fft/include/fft/fft_vcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fft/include/fft/fft_vcc.h')
-rw-r--r--gr-fft/include/fft/fft_vcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fft/include/fft/fft_vcc.h b/gr-fft/include/fft/fft_vcc.h
index 561ae858d..cb07b166d 100644
--- a/gr-fft/include/fft/fft_vcc.h
+++ b/gr-fft/include/fft/fft_vcc.h
@@ -40,7 +40,7 @@ namespace gr {
* \brief Compute forward or reverse FFT. complex 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,
bool shift=false, int nthreads=1);