The big NULL replacement party part 3.
Getting there I think.
This commit is contained in:
@@ -40,7 +40,7 @@ DialogDriver *DialogDriver::Create()
|
||||
LOG->Info( "Couldn't load driver %s: %s", Driver.c_str(), sError.c_str() );
|
||||
SAFE_DELETE( pRet );
|
||||
}
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user