mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-02 03:16:11 -04:00
newer standards prefer nullptr over NULL - this is most of them but there are others too
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ ImmediateDeleteCustomPersistStep::ImmediateDeleteCustomPersistStep() :
|
||||
ImmediateDeleteCustomPersistStep::~ImmediateDeleteCustomPersistStep()
|
||||
{
|
||||
delete m_objects;
|
||||
m_objects = NULL;
|
||||
m_objects = nullptr;
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user