mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
Buildfix.
This commit is contained in:
parent
03ec9a2e08
commit
95558cdc69
3 changed files with 4 additions and 3 deletions
|
@ -612,7 +612,7 @@ void GamepadPage::DeleteProfile(wxCommandEvent&)
|
|||
|
||||
if (File::Exists(fnamecstr) &&
|
||||
AskYesNoT("Are you sure you want to delete \"%s\"?",
|
||||
WxStrToStr(profile_cbox->GetValue())))
|
||||
WxStrToStr(profile_cbox->GetValue()).c_str()))
|
||||
{
|
||||
File::Delete(fnamecstr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue