mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
use nullptr instead of NULL
This commit is contained in:
parent
38a2de3c51
commit
c8b67221d7
@ -1050,7 +1050,7 @@ public:
|
||||
|
||||
mActiveTextFormats.clear ();
|
||||
|
||||
if (newBook != NULL)
|
||||
if (newBook != nullptr)
|
||||
{
|
||||
createActiveFormats (newBook);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user