WellPathCollection. Fix Linux warning

This commit is contained in:
Bjørn Erik Jensen 2017-10-27 10:39:28 +02:00
parent 71caab54ec
commit c0bce09a12

View File

@ -289,7 +289,7 @@ void RimWellPathCollection::addWellPaths(const std::vector<RimWellPath*> wellPat
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
RimWellLogFile* RimWellPathCollection::addWellLogs(const QStringList& filePaths) RimWellLogFile* RimWellPathCollection::addWellLogs(const QStringList& filePaths)
{ {
RimWellLogFile* logFileInfo; RimWellLogFile* logFileInfo = nullptr;
foreach (QString filePath, filePaths) foreach (QString filePath, filePaths)
{ {