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 ();
if (newBook != NULL)
if (newBook != nullptr)
{
createActiveFormats (newBook);