mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 07:15:46 -04:00
Misc: More warning fixes
This commit is contained in:
@ -552,7 +552,7 @@ void CheatManagerDialog::addCodeClicked()
|
||||
group_item->setExpanded(true);
|
||||
|
||||
Host::RunOnCPUThread(
|
||||
[this, &new_code]() {
|
||||
[&new_code]() {
|
||||
System::GetCheatList()->AddCode(std::move(new_code));
|
||||
System::SaveCheatList();
|
||||
},
|
||||
|
Reference in New Issue
Block a user