mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 21:00:06 +00:00
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
This commit is contained in:
@@ -16,7 +16,7 @@ ProcessTableView::~ProcessTableView()
|
||||
{
|
||||
}
|
||||
|
||||
void ProcessTableView::timer_event(GTimerEvent&)
|
||||
void ProcessTableView::timer_event(CTimerEvent&)
|
||||
{
|
||||
model()->update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user