mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Adapt to MSVC linker
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
|
||||
#include "SWGErrorResponse.h"
|
||||
|
||||
#include "util/export.h"
|
||||
|
||||
namespace SWGSDRangel
|
||||
{
|
||||
class SWGInstanceSummaryResponse;
|
||||
@@ -48,7 +50,7 @@ namespace SWGSDRangel
|
||||
class SWGSuccessResponse;
|
||||
}
|
||||
|
||||
class WebAPIAdapterInterface
|
||||
class SDRBASE_API WebAPIAdapterInterface
|
||||
{
|
||||
public:
|
||||
virtual ~WebAPIAdapterInterface() {}
|
||||
|
||||
Reference in New Issue
Block a user