Lagom: Fix TestApp to build after the CObject ref-counting changes
This commit is contained in:
parent
a7f538fb63
commit
669ee82546
Notes:
sideshowbarker
2024-07-19 11:46:01 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/669ee82546d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ int main(int, char**)
|
|||
{
|
||||
CEventLoop event_loop;
|
||||
|
||||
CTimer timer(100, [&] {
|
||||
auto timer = CTimer::construct(100, [&] {
|
||||
dbg() << "Timer fired, good-bye! :^)";
|
||||
event_loop.quit(0);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue