Platform/PlatformApplication: define getMessageQueue() here as it is not platform specific.
This commit is contained in:
parent
4380f1ed01
commit
2ac3b5b8cc
6 changed files with 12 additions and 18 deletions
|
|
@ -17,12 +17,9 @@ public :
|
|||
|
||||
virtual PlatformInput& getInput();
|
||||
|
||||
virtual MessageQueue& getMessageQueue();
|
||||
|
||||
protected :
|
||||
|
||||
X11Input m_input;
|
||||
MessageQueue m_messageQueue;
|
||||
};
|
||||
|
||||
} // namespace sp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue