small compile fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1629 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-12-23 07:34:23 +00:00
parent b56f7a4682
commit 73a1b9b2e8
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
#include "Common.h"
#include "Config.h"
#include "Core.h"
#include "HW\DVDInterface.h"
#include "HW/DVDInterface.h"
#include "State.h"
#include "ConfigMain.h"
#include "PluginManager.h"
@ -700,7 +700,7 @@ void CFrame::OnSwapDisc(wxCommandEvent& event)
),
wxFD_OPEN | wxFD_PREVIEW | wxFD_FILE_MUST_EXIST,
this);
SwapDisc(path.c_str());
SwapDisc(path.mb_str());
break;
}
default: