Merge branch '2.3' into 2.4
This commit is contained in:
commit
82b4315fa6
@ -626,7 +626,7 @@ void Worker::shutdown()
|
||||
*/
|
||||
void Worker::handle_message(MessageQueue& queue, const MessageQueue::Message& msg)
|
||||
{
|
||||
switch (msg.id())
|
||||
switch ((int)msg.id())
|
||||
{
|
||||
case MXB_WORKER_MSG_SHUTDOWN:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user