summaryrefslogtreecommitdiff
path: root/poppler/Catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'poppler/Catalog.h')
-rw-r--r--poppler/Catalog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler/Catalog.h b/poppler/Catalog.h
index eb324b78..c8b501a1 100644
--- a/poppler/Catalog.h
+++ b/poppler/Catalog.h
@@ -248,7 +248,7 @@ private:
Page **pages; // array of pages
Ref *pageRefs; // object ID for each page
int lastCachedPage;
- std::vector<Dict *> *pagesList;
+ std::vector<Object> *pagesList;
std::vector<Ref> *pagesRefList;
std::vector<PageAttrs *> *attrsList;
std::vector<int> *kidsIdxList;