WiiSaveCrypted: Move some function params over to std::string

This commit is contained in:
Lioncash
2014-09-30 20:31:59 -04:00
parent 13fc8e7df1
commit 0d8b34612e
3 changed files with 10 additions and 11 deletions

View File

@ -1403,7 +1403,7 @@ void CFrame::OnImportSave(wxCommandEvent& WXUNUSED (event))
if (!path.IsEmpty())
{
CWiiSaveCrypted::ImportWiiSave(WxStrToStr(path).c_str());
CWiiSaveCrypted::ImportWiiSave(WxStrToStr(path));
}
}