mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +00:00
LibCore: Make Core::s_main_event_loop actually global
This was accidentally per-TU, as it was declared "static" in the header.
This commit is contained in:
parent
8dfd124718
commit
3bab93c5e7
Notes:
sideshowbarker
2024-07-18 03:20:18 +09:00
Author: https://github.com/awesomekling
Commit: 3bab93c5e7
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
namespace Core {
|
||||
|
||||
static Threading::MutexProtected<EventLoop*> s_main_event_loop;
|
||||
extern Threading::MutexProtected<EventLoop*> s_main_event_loop;
|
||||
|
||||
class EventLoop {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue