mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02: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