diff options
author | Josh Blum <josh@joshknows.com> | 2012-05-15 15:53:27 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-05-15 15:53:27 -0700 |
commit | 1befbf0d16d95037fb699f40845abbcb02e86d79 (patch) | |
tree | fae885be297386d11070a7dcf516cf156f240e25 /gr-fft/include/fft/fft_vfc.h | |
parent | ff3d467ba8bf8a3e21dd3dfd448262f6a77b3e4d (diff) |
fft: should not export for static class member
Diffstat (limited to 'gr-fft/include/fft/fft_vfc.h')
-rw-r--r-- | gr-fft/include/fft/fft_vfc.h | 2 |
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 fc48ceefea..ec441d66a8 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); |