Feature::MsgChannelSettings: added missing export

This commit is contained in:
f4exb 2020-10-28 01:49:06 +01:00
parent ada4ae5b1f
commit 204aa9b397
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ namespace SWGSDRangel
class SDRBASE_API Feature : public QObject {
Q_OBJECT
public:
class MsgChannelSettings : public Message {
class SDRBASE_API MsgChannelSettings : public Message {
MESSAGE_CLASS_DECLARATION
public: