mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:47:44 +00:00
Lagom: Fix TestApp to build after the CObject ref-counting changes
This commit is contained in:
parent
a7f538fb63
commit
669ee82546
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
Add a link
Reference in a new issue