mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Linnux compile fixes
p4#: 20434
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -147,4 +147,4 @@ QString RiaImageFileCompare::errorMessage() const
|
||||
QString RiaImageFileCompare::errorDetails() const
|
||||
{
|
||||
return m_errorDetails;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user