Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9554 from Dentomologist/remove_unused_lambda_capture
DolphinQt: Removed unused this capture in lambda
  • Loading branch information
leoetlino committed Mar 3, 2021
2 parents d2eb846 + 6e13d35 commit 6bcef87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt/Host.cpp
Expand Up @@ -32,7 +32,7 @@

Host::Host()
{
State::SetOnAfterLoadCallback([this] { Host_UpdateDisasmDialog(); });
State::SetOnAfterLoadCallback([] { Host_UpdateDisasmDialog(); });
}

Host::~Host()
Expand Down

0 comments on commit 6bcef87

Please sign in to comment.