Skip to content

Commit

Permalink
Lagom: Fix TestApp to build after the CObject ref-counting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Oct 7, 2019
1 parent a7f538f commit 669ee82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lagom/TestApp.cpp
Expand Up @@ -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);
});
Expand Down

0 comments on commit 669ee82

Please sign in to comment.