1
0
Fork 0

Platform/PlatformApplication: define getMessageQueue() here as it is not platform specific.

This commit is contained in:
Henrik Hautakoski 2023-08-22 20:24:59 +02:00
parent 4380f1ed01
commit 2ac3b5b8cc
6 changed files with 12 additions and 18 deletions

View file

@ -19,4 +19,9 @@ PlatformApplication* PlatformApplication::get()
return &inst;
}
MessageQueue& PlatformApplication::getMessageQueue()
{
return m_messageQueue;
}
} // namespace sp