#1440 Add const to date access functions

This commit is contained in:
Magne Sjaastad
2017-06-16 16:29:16 +02:00
parent 6cd0f0ebd2
commit 07e1acac15
5 changed files with 8 additions and 8 deletions

View File

@@ -1840,7 +1840,7 @@ std::vector< RigFemResultAddress> RigFemPartResultsCollection::getResAddrToCompo
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
std::vector<std::string> RigFemPartResultsCollection::stepNames()
std::vector<std::string> RigFemPartResultsCollection::stepNames() const
{
CVF_ASSERT(m_readerInterface.notNull());
return m_readerInterface->stepNames();