diff options
author | Josh Blum | 2012-05-15 15:53:27 -0700 |
---|---|---|
committer | Josh Blum | 2012-05-15 15:53:27 -0700 |
commit | 1befbf0d16d95037fb699f40845abbcb02e86d79 (patch) | |
tree | fae885be297386d11070a7dcf516cf156f240e25 /gr-fft/include/fft/fft_vcc.h | |
parent | ff3d467ba8bf8a3e21dd3dfd448262f6a77b3e4d (diff) | |
download | gnuradio-1befbf0d16d95037fb699f40845abbcb02e86d79.tar.gz gnuradio-1befbf0d16d95037fb699f40845abbcb02e86d79.tar.bz2 gnuradio-1befbf0d16d95037fb699f40845abbcb02e86d79.zip |
fft: should not export for static class member
Diffstat (limited to 'gr-fft/include/fft/fft_vcc.h')
-rw-r--r-- | gr-fft/include/fft/fft_vcc.h | 2 |
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); |