summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-src/xpdf/Page.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-src/xpdf/Page.h')
-rw-r--r--Build/source/libs/xpdf/xpdf-src/xpdf/Page.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/xpdf/xpdf-src/xpdf/Page.h b/Build/source/libs/xpdf/xpdf-src/xpdf/Page.h
index 8ec5a10995a..fe579e7b3af 100644
--- a/Build/source/libs/xpdf/xpdf-src/xpdf/Page.h
+++ b/Build/source/libs/xpdf/xpdf-src/xpdf/Page.h
@@ -46,7 +46,7 @@ public:
// Construct a new PageAttrs object by merging a dictionary
// (of type Pages or Page) into another PageAttrs object. If
// <attrs> is NULL, uses defaults.
- PageAttrs(PageAttrs *attrs, Dict *dict);
+ PageAttrs(PageAttrs *attrs, Dict *dict, XRef *xref);
// Construct a new PageAttrs object for an empty page (only used
// when there is an error in the page tree).