GUI: Fix building after path handling refactorings.

This commit is contained in:
Kimmo Varis 2010-07-17 18:36:21 +03:00
parent 6903f61f69
commit d5a6b02e9e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ void ThreadResult::reportErr(const ErrorLogger::ErrorMessage &msg)
tok != msg._callStack.end();
++tok)
{
files << QString((*tok).file.c_str());
files << QString((*tok).getfile().c_str());
lines << (*tok).line;
}