summaryrefslogtreecommitdiff
path: root/print/xpdf/patches/patch-aw
blob: 4e7a2ea0deb6b2168f751727fb747ad597e89af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aw,v 1.1 2007/01/17 17:38:05 drochner Exp $

--- xpdf/Catalog.h.orig	2005-08-17 07:34:31.000000000 +0200
+++ xpdf/Catalog.h
@@ -85,7 +85,7 @@ private:
   Object acroForm;		// AcroForm dictionary
   GBool ok;			// true if catalog is valid
 
-  int readPageTree(Dict *pages, PageAttrs *attrs, int start);
+  int readPageTree(Dict *pages, PageAttrs *attrs, int start, int callDepth);
   Object *findDestInTree(Object *tree, GString *name, Object *obj);
 };