mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-21 18:40:01 +00: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