mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-09 18:15:19 +00:00
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
This commit is contained in:
@@ -97,7 +97,7 @@ void MemoryStatsWidget::refresh()
|
||||
fclose(fp);
|
||||
}
|
||||
|
||||
void MemoryStatsWidget::timer_event(GTimerEvent&)
|
||||
void MemoryStatsWidget::timer_event(CTimerEvent&)
|
||||
{
|
||||
refresh();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user