use nullptr instead of NULL

0.6.1
Bret Curtis 8 years ago
parent 38a2de3c51
commit c8b67221d7

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

Loading…
Cancel
Save