mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Windows: MSVC2017: remove export from templated class IntHalfbandFilterEOF
This commit is contained in:
parent
734e976e67
commit
27152dbb14
@ -13,6 +13,8 @@ TARGET = inputairspyhf
|
||||
|
||||
CONFIG(MINGW32):LIBAIRSPYHFSRC = "C:\softs\airspyhf"
|
||||
CONFIG(MINGW64):LIBAIRSPYHFSRC = "C:\softs\airspyhf"
|
||||
CONFIG(MSVC):LIBAIRSPYHFSRC = "C:\softs\airspyhf"
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../exports
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "export.h"
|
||||
|
||||
template<uint32_t HBFilterOrder>
|
||||
class SDRBASE_API IntHalfbandFilterEOF {
|
||||
class IntHalfbandFilterEOF {
|
||||
public:
|
||||
IntHalfbandFilterEOF();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user