mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
CEventLoop: Devirtualize take_pending_events_from(CEventLoop)
This commit is contained in:
parent
0b94f9c236
commit
3f91d2d0cc
Notes:
sideshowbarker
2024-07-19 12:56:27 +09:00
Author: https://github.com/awesomekling
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