aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/qpdf_fuzzer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/qpdf_fuzzer.cc b/fuzz/qpdf_fuzzer.cc
index eb6791a4..195cf5bb 100644
--- a/fuzz/qpdf_fuzzer.cc
+++ b/fuzz/qpdf_fuzzer.cc
@@ -143,7 +143,7 @@ FuzzHelper::testPages()
{
page.coalesceContentStreams();
page.parsePageContents(&discard_contents);
- page.getPageImages();
+ page.getImages();
pldh.getLabelForPage(pageno);
QPDFObjectHandle page_obj(page.getObjectHandle());
page_obj.getJSON(true).unparse();