Buildfix.

This commit is contained in:
Jordan Woyak
2013-02-28 03:11:10 -06:00
parent 03ec9a2e08
commit 95558cdc69
3 changed files with 4 additions and 3 deletions

View File

@ -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))