forked from mirror/openmw-tes3mp
use nullptr instead of NULL
This commit is contained in:
parent
38a2de3c51
commit
c8b67221d7
1 changed files with 1 additions and 1 deletions
|
@ -1050,7 +1050,7 @@ public:
|
|||
|
||||
mActiveTextFormats.clear ();
|
||||
|
||||
if (newBook != NULL)
|
||||
if (newBook != nullptr)
|
||||
{
|
||||
createActiveFormats (newBook);
|
||||
|
||||
|
|
Loading…
Reference in a new issue