Skip to content
Snippets Groups Projects
Commit b088a448 authored by Merry's avatar Merry
Browse files

game_list_worker: Explicit caputure of 'this'

parent c4f6c3b0
No related branches found
No related tags found
No related merge requests found
...@@ -479,6 +479,6 @@ void GameListWorker::run() { ...@@ -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();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment