Windows: MSVC2017: remove export from templated class IntHalfbandFilterEO1

This commit is contained in:
f4exb 2018-11-13 11:17:21 +01:00
parent b8d894894e
commit 1a051b41c6
1 changed files with 1 additions and 2 deletions

View File

@ -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();