1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-03-22 20:28:58 -04:00

FT8 support: MSVC fix

This commit is contained in:
f4exb 2023-01-12 22:25:42 +01:00
parent 90e262ccd9
commit af21224664

View File

@ -26,9 +26,11 @@
#include <QMutex>
#include "export.h"
namespace FT8 {
class Packing
class FT8_API Packing
{
public:
std::string unpack(int a91[], std::string& call1str, std::string& call2str, std::string& locstr);