FT8 support: MSVC fix

This commit is contained in:
f4exb 2023-01-12 22:25:42 +01:00
parent 90e262ccd9
commit af21224664
1 changed files with 3 additions and 1 deletions

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);