summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/source/libs/xpdf/xpdf/PDFDoc.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/libs/xpdf/xpdf/PDFDoc.h b/Build/source/libs/xpdf/xpdf/PDFDoc.h
index 208b61efa97..b3b44e7306f 100644
--- a/Build/source/libs/xpdf/xpdf/PDFDoc.h
+++ b/Build/source/libs/xpdf/xpdf/PDFDoc.h
@@ -171,13 +171,15 @@ private:
double pdfVersion;
XRef *xref;
Catalog *catalog;
+ GBool ok;
+ int errCode;
+/* Keep the size of the structure the same whether DISABLE_OUTLINE or
+ not, and put it last to try to find errors more quickly. */
#ifndef DISABLE_OUTLINE
Outline *outline;
+#else
+ void *dummy;
#endif
-
-
- GBool ok;
- int errCode;
};
#endif