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