#5147 RimEclipseInputProperty::fileName -> caf::FilePath

This commit is contained in:
Jacob Støren
2019-12-10 16:58:07 +01:00
parent 11807029a5
commit 059288ef97
7 changed files with 26 additions and 22 deletions

View File

@@ -125,7 +125,7 @@ void RicSaveEclipseInputPropertyFeature::onActionTriggered( bool isChecked )
&errorMsg );
if ( isOk )
{
inputProperty->fileName = exportSettings.fileName;
inputProperty->fileName = exportSettings.fileName();
inputProperty->eclipseKeyword = exportSettings.eclipseKeyword;
inputProperty->resolvedState = RimEclipseInputProperty::RESOLVED;