mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 04:17:51 +00:00
game_list_worker: Explicit caputure of 'this'
This commit is contained in:
parent
e780c7ac83
commit
2550b70226
1 changed files with 1 additions and 1 deletions
|
@ -479,6 +479,6 @@ void GameListWorker::run() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
RecordEvent([=](GameList* game_list) { game_list->DonePopulating(watch_list); });
|
RecordEvent([this](GameList* game_list) { game_list->DonePopulating(watch_list); });
|
||||||
processing_completed.Set();
|
processing_completed.Set();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue