Linnux compile fixes

p4#: 20434
This commit is contained in:
Jacob Støren
2013-02-08 17:08:37 +01:00
parent 0c437a0121
commit 9b00d3ce9f
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ void RiaImageCompareReporter::generateHTMLReport(const std::string& fileName)
{
if (m_directorySets.size() == 0) return;
std::ofstream output(fileName);
std::ofstream output(fileName.c_str());
if (!output)
{
std::cout << "Trouble opening test report file: " << fileName;

View File

@@ -147,4 +147,4 @@ QString RiaImageFileCompare::errorMessage() const
QString RiaImageFileCompare::errorDetails() const
{
return m_errorDetails;
}
}