1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Message pipes: fixed MSVC compilation

This commit is contained in:
f4exb 2020-12-12 20:04:15 +01:00
parent 38a06c4f69
commit dbe3892d52

View File

@ -44,7 +44,7 @@ public:
};
/** Send this message to stakeholders when the garbage collector finds that a channel was deleted */
class MsgReportChannelDeleted : public Message {
class SDRBASE_API MsgReportChannelDeleted : public Message {
MESSAGE_CLASS_DECLARATION
public: