Skip to content
Permalink
Browse files
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.
@@ -32,7 +32,7 @@

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

Host::~Host()

0 comments on commit 6bcef87

Please sign in to comment.