mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-29 05:22:25 -04: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/dsptypes.h"
|
||||||
#include "dsp/hbfiltertraits.h"
|
#include "dsp/hbfiltertraits.h"
|
||||||
//#include "dsp/inthalfbandfiltereo1i.h"
|
//#include "dsp/inthalfbandfiltereo1i.h"
|
||||||
#include "export.h"
|
|
||||||
|
|
||||||
template<uint32_t HBFilterOrder>
|
template<uint32_t HBFilterOrder>
|
||||||
class SDRBASE_API IntHalfbandFilterEO1 {
|
class IntHalfbandFilterEO1 {
|
||||||
public:
|
public:
|
||||||
IntHalfbandFilterEO1();
|
IntHalfbandFilterEO1();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user