- replaced some NULLs with nullptr.
This commit is contained in:
parent
8ead5a3a6b
commit
a11eea98b5
8 changed files with 53 additions and 53 deletions
|
|
@ -232,7 +232,7 @@ public:
|
|||
|
||||
DFsSection()
|
||||
{
|
||||
next = NULL;
|
||||
next = nullptr;
|
||||
}
|
||||
|
||||
void Serialize(FSerializer &ar);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue