1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-22 16:08:39 -05:00

FT8: corrected export macro call

This commit is contained in:
f4exb 2023-01-23 08:03:04 +01:00
parent 048447592c
commit 03bb2d6318

View File

@ -38,7 +38,7 @@ struct SDRBASE_API FT8Message
QString decoderInfo;
};
class FT8_API MsgReportFT8Messages : public Message {
class SDRBASE_API MsgReportFT8Messages : public Message {
MESSAGE_CLASS_DECLARATION
public:
QList<FT8Message>& getFT8Messages() { return m_ft8Messages; }