Skip to content

Commit

Permalink
FT8 support: MSVC fix
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Jan 12, 2023
1 parent 90e262c commit af21224
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ft8/unpack.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit af21224

Please sign in to comment.