Windows: MSVC2017: remove export from templated class IntHalfbandFilterEOF

This commit is contained in:
f4exb 2018-11-13 10:55:10 +01:00
parent 734e976e67
commit 27152dbb14
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -29,7 +29,7 @@
#include "export.h"
template<uint32_t HBFilterOrder>
class SDRBASE_API IntHalfbandFilterEOF {
class IntHalfbandFilterEOF {
public:
IntHalfbandFilterEOF();