1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-05-14 22:41:27 +00:00

use nullptr instead of NULL

This commit is contained in:
Bret Curtis 2017-04-29 08:49:48 +02:00
parent 38a2de3c51
commit c8b67221d7

View file

@ -1050,7 +1050,7 @@ public:
mActiveTextFormats.clear (); mActiveTextFormats.clear ();
if (newBook != NULL) if (newBook != nullptr)
{ {
createActiveFormats (newBook); createActiveFormats (newBook);