mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-21 16:58:45 +00:00
Buildfix.
This commit is contained in:
parent
03ec9a2e08
commit
95558cdc69
3 changed files with 4 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue