From 659723cdad683ec9ced19639e14c19f4d37c7e41 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Fri, 2 Oct 2020 13:57:00 +0100 Subject: [PATCH 1/2] Remove SDRGUI_API to allow linking on Windows --- sdrsrv/feature/featureset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdrsrv/feature/featureset.h b/sdrsrv/feature/featureset.h index 3a0c4a5c8..b07317c8e 100644 --- a/sdrsrv/feature/featureset.h +++ b/sdrsrv/feature/featureset.h @@ -28,7 +28,7 @@ class Feature; class FeatureSetPreset; class WebAPIAdapterInterface; -class SDRGUI_API FeatureSet +class FeatureSet { public: FeatureSet(int tabIndex); From 0cb12eca8fc9776bbeb99950505bcecb01ea3bb9 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Sat, 3 Oct 2020 08:45:29 +0100 Subject: [PATCH 2/2] Remove export.h as not needed --- sdrsrv/feature/featureset.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdrsrv/feature/featureset.h b/sdrsrv/feature/featureset.h index b07317c8e..ee12dc803 100644 --- a/sdrsrv/feature/featureset.h +++ b/sdrsrv/feature/featureset.h @@ -21,8 +21,6 @@ #include #include -#include "export.h" - class PluginAPI; class Feature; class FeatureSetPreset;