Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Outline.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/Outline.h')
-rw-r--r--pdf/xpdf/Outline.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pdf/xpdf/Outline.h b/pdf/xpdf/Outline.h
index 92a9462..f38f8d1 100644
--- a/pdf/xpdf/Outline.h
+++ b/pdf/xpdf/Outline.h
@@ -47,7 +47,8 @@ public:
OutlineItem(Dict *dict, XRef *xrefA);
~OutlineItem();
- static GList *readItemList(Object *itemRef, XRef *xrefA);
+ static GList *readItemList(Object *firstItemRef, Object *lastItemRef,
+ XRef *xrefA);
void open();
void close();
@@ -66,6 +67,7 @@ private:
int titleLen;
LinkAction *action;
Object firstRef;
+ Object lastRef;
Object nextRef;
GBool startsOpen;
GList *kids; // NULL unless this item is open [OutlineItem]