summaryrefslogtreecommitdiff
path: root/glib/poppler-attachment.cc
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2018-11-07 15:26:56 +0100
committerAlbert Astals Cid <aacid@kde.org>2018-11-07 15:27:32 +0100
commit426834dbf1c0981593773697a2c47308ecc38593 (patch)
treea826a9194c0e275a12b05ad53272fe67dc2683ac /glib/poppler-attachment.cc
parentb8cae8886a2894502dc12ceba63f2aab62ab3992 (diff)
NULL -> nullptr
Diffstat (limited to 'glib/poppler-attachment.cc')
-rw-r--r--glib/poppler-attachment.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/poppler-attachment.cc b/glib/poppler-attachment.cc
index 87baef22..b2677f2c 100644
--- a/glib/poppler-attachment.cc
+++ b/glib/poppler-attachment.cc
@@ -105,7 +105,7 @@ _poppler_attachment_new (FileSpec *emb_file)
attachment->description = _poppler_goo_string_to_utf8 (emb_file->getDescription ());
embFile = emb_file->getEmbeddedFile();
- if (embFile != NULL && embFile->streamObject()->isStream())
+ if (embFile != nullptr && embFile->streamObject()->isStream())
{
attachment->size = embFile->size ();