mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix build problem on Linux with missing cvfBase.h
This commit is contained in:
@@ -446,7 +446,7 @@ void RimProject::setProjectFileNameAndUpdateDependencies(const QString& projectF
|
||||
QString oldProjectPath = fileInfoOld.path();
|
||||
|
||||
std::vector<caf::FilePath*> filePaths;
|
||||
fieldsByType(this, filePaths);
|
||||
fieldContentsByType(this, filePaths);
|
||||
|
||||
for (caf::FilePath* filePath : filePaths)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user