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:
parent
90e262ccd9
commit
af21224664
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user