compile fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3497 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2009-06-19 16:07:09 +00:00
parent 5853c80050
commit 891ff575b0

View file

@ -452,7 +452,7 @@ void CFrame::DoOpen(bool Boot)
{
if (!fileChosen)
path = wxT("");
DVDInterface::ChangeDisc(path.c_str());
DVDInterface::ChangeDisc((const char *)path.mb_str());
}
}