mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(clang-tidy) : modernize-use-nullptr
This commit is contained in:
@@ -56,7 +56,7 @@ RimEclipsePropertyFilterCollection::~RimEclipsePropertyFilterCollection()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimEclipseView* RimEclipsePropertyFilterCollection::reservoirView()
|
||||
{
|
||||
RimEclipseView* eclipseView = NULL;
|
||||
RimEclipseView* eclipseView = nullptr;
|
||||
firstAncestorOrThisOfType(eclipseView);
|
||||
|
||||
return eclipseView;
|
||||
@@ -143,7 +143,7 @@ void RimEclipsePropertyFilterCollection::updateIconState()
|
||||
{
|
||||
bool activeIcon = true;
|
||||
|
||||
RimEclipseView* view = NULL;
|
||||
RimEclipseView* view = nullptr;
|
||||
this->firstAncestorOrThisOfType(view);
|
||||
if (view)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user