diff options
Diffstat (limited to 'Build/source/libs')
-rw-r--r-- | Build/source/libs/xpdf/xpdf/PDFDoc.h | 10 |
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 |