mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Buildfix.
This commit is contained in:
@ -285,7 +285,7 @@ void CCodeWindow::OnSymbolsMenu(wxCommandEvent& event)
|
||||
|
||||
if (!path.IsEmpty())
|
||||
{
|
||||
std::ifstream f(WxStrToStr(path));
|
||||
std::ifstream f(WxStrToStr(path).c_str());
|
||||
|
||||
std::string line;
|
||||
while (std::getline(f, line))
|
||||
|
Reference in New Issue
Block a user