mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
CEventLoop: Devirtualize take_pending_events_from(CEventLoop)
This commit is contained in:
parent
0b94f9c236
commit
3f91d2d0cc
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public:
|
|||
|
||||
void quit(int);
|
||||
|
||||
virtual void take_pending_events_from(CEventLoop& other)
|
||||
void take_pending_events_from(CEventLoop& other)
|
||||
{
|
||||
m_queued_events.append(move(other.m_queued_events));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue