- replaced some NULLs with nullptr.

This commit is contained in:
Christoph Oelckers 2019-01-06 09:39:35 +01:00
commit a11eea98b5
8 changed files with 53 additions and 53 deletions

View file

@ -232,7 +232,7 @@ public:
DFsSection()
{
next = NULL;
next = nullptr;
}
void Serialize(FSerializer &ar);