FT8 support: MSVC fix

pull/1564/head
f4exb 2023-01-12 22:25:42 +01:00
rodzic 90e262ccd9
commit af21224664
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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