Fix build problem on Linux with missing cvfBase.h

This commit is contained in:
Gaute Lindkvist
2018-12-03 10:26:47 +01:00
parent 45e909fcfa
commit 9961b39473
3 changed files with 5 additions and 4 deletions

View File

@@ -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)
{