mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
WFMailboxTask::send() should be virtual
This commit is contained in:
@@ -475,7 +475,7 @@ protected:
|
||||
class WFMailboxTask : public WFGenericTask
|
||||
{
|
||||
public:
|
||||
void send(void *msg)
|
||||
virtual void send(void *msg)
|
||||
{
|
||||
*this->mailbox = msg;
|
||||
if (this->flag.exchange(true))
|
||||
|
||||
Reference in New Issue
Block a user