summaryrefslogtreecommitdiff
path: root/poppler/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'poppler/Parser.h')
-rw-r--r--poppler/Parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler/Parser.h b/poppler/Parser.h
index c85effc4..6390119d 100644
--- a/poppler/Parser.h
+++ b/poppler/Parser.h
@@ -52,7 +52,7 @@ public:
// true, do not parse compound objects (arrays, dictionaries, or
// streams).
Object getObj(GBool simpleOnly = gFalse,
- Guchar *fileKey = NULL,
+ Guchar *fileKey = nullptr,
CryptAlgorithm encAlgorithm = cryptRC4, int keyLength = 0,
int objNum = 0, int objGen = 0, int recursion = 0,
GBool strict = gFalse);