Buildfix.

This commit is contained in:
Jordan Woyak
2013-02-28 03:11:10 -06:00
parent 03ec9a2e08
commit 95558cdc69
3 changed files with 4 additions and 3 deletions

View File

@ -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);