mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Message pipes: fixed MSVC compilation
This commit is contained in:
parent
38a06c4f69
commit
dbe3892d52
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user