From 1a051b41c64785efb43b7920742e12a781f7ca2a Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 13 Nov 2018 11:17:21 +0100 Subject: [PATCH] Windows: MSVC2017: remove export from templated class IntHalfbandFilterEO1 --- sdrbase/dsp/inthalfbandfiltereo1.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdrbase/dsp/inthalfbandfiltereo1.h b/sdrbase/dsp/inthalfbandfiltereo1.h index 21bc112de..5062984cf 100644 --- a/sdrbase/dsp/inthalfbandfiltereo1.h +++ b/sdrbase/dsp/inthalfbandfiltereo1.h @@ -27,10 +27,9 @@ #include "dsp/dsptypes.h" #include "dsp/hbfiltertraits.h" //#include "dsp/inthalfbandfiltereo1i.h" -#include "export.h" template -class SDRBASE_API IntHalfbandFilterEO1 { +class IntHalfbandFilterEO1 { public: IntHalfbandFilterEO1();