1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-09-06 07:07:48 -04:00

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(MINGW32):LIBAIRSPYHFSRC = "C:\softs\airspyhf"
CONFIG(MINGW64):LIBAIRSPYHFSRC = "C:\softs\airspyhf" CONFIG(MINGW64):LIBAIRSPYHFSRC = "C:\softs\airspyhf"
CONFIG(MSVC):LIBAIRSPYHFSRC = "C:\softs\airspyhf"
INCLUDEPATH += $$PWD INCLUDEPATH += $$PWD
INCLUDEPATH += ../../../exports INCLUDEPATH += ../../../exports
INCLUDEPATH += ../../../sdrbase INCLUDEPATH += ../../../sdrbase

View File

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