System : Replace NULL with nullptr

This commit is contained in:
Magne Sjaastad
2018-10-10 10:17:07 +02:00
parent c0d8fe37e1
commit 9d9771295f
20 changed files with 27 additions and 27 deletions

View File

@@ -170,7 +170,7 @@ void RimEclipseCellColors::initAfterRead()
// The current legend config is NOT stored in <ResultVarLegendDefinitionList> in ResInsight up to v 1.3.7-dev
RimRegularLegendConfig* obsoleteLegend = obsoleteField_legendConfig();
// set to NULL before pushing into container
// set to nullptr before pushing into container
obsoleteField_legendConfig = nullptr;
m_legendConfigData.push_back(obsoleteLegend);