Convert to enum class

This commit is contained in:
Magne Sjaastad
2020-04-24 11:40:22 +02:00
parent 83914006fd
commit f89dcf4e52
63 changed files with 513 additions and 450 deletions
@@ -258,7 +258,7 @@ bool RimPerforationInterval::isEnabled() const
//--------------------------------------------------------------------------------------------------
RiaDefines::WellPathComponentType RimPerforationInterval::componentType() const
{
return RiaDefines::PERFORATION_INTERVAL;
return RiaDefines::WellPathComponentType::PERFORATION_INTERVAL;
}
//--------------------------------------------------------------------------------------------------