mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
Windows: MSVC2017: remove export from templated class IntHalfbandFilterEO1
This commit is contained in:
parent
b8d894894e
commit
1a051b41c6
@ -27,10 +27,9 @@
|
||||
#include "dsp/dsptypes.h"
|
||||
#include "dsp/hbfiltertraits.h"
|
||||
//#include "dsp/inthalfbandfiltereo1i.h"
|
||||
#include "export.h"
|
||||
|
||||
template<uint32_t HBFilterOrder>
|
||||
class SDRBASE_API IntHalfbandFilterEO1 {
|
||||
class IntHalfbandFilterEO1 {
|
||||
public:
|
||||
IntHalfbandFilterEO1();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user