mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-03 14:32:25 -04:00
FT8 support: MSVC fix
This commit is contained in:
parent
90e262ccd9
commit
af21224664
@ -26,9 +26,11 @@
|
|||||||
|
|
||||||
#include <QMutex>
|
#include <QMutex>
|
||||||
|
|
||||||
|
#include "export.h"
|
||||||
|
|
||||||
namespace FT8 {
|
namespace FT8 {
|
||||||
|
|
||||||
class Packing
|
class FT8_API Packing
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
std::string unpack(int a91[], std::string& call1str, std::string& call2str, std::string& locstr);
|
std::string unpack(int a91[], std::string& call1str, std::string& call2str, std::string& locstr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user