The big NULL replacement party part 2.
This may take a bit. Trying to do this by operator/command.
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ void IPreference::SavePrefsToNode( XNode* pNode )
|
||||
|
||||
void IPreference::ReadAllDefaultsFromNode( const XNode* pNode )
|
||||
{
|
||||
if( pNode == NULL )
|
||||
if( pNode == nullptr )
|
||||
return;
|
||||
for (IPreference *p : *m_Subscribers.m_pSubscribers)
|
||||
p->ReadDefaultFrom( pNode );
|
||||
|
||||
Reference in New Issue
Block a user