mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 09:04:30 +00:00
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
This commit is contained in:
@@ -30,7 +30,7 @@ void GTimer::stop()
|
||||
m_active = false;
|
||||
}
|
||||
|
||||
void GTimer::timer_event(GTimerEvent&)
|
||||
void GTimer::timer_event(CTimerEvent&)
|
||||
{
|
||||
if (m_single_shot)
|
||||
stop();
|
||||
|
||||
Reference in New Issue
Block a user