summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-src/poppler/Outline.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/poppler/Outline.h')
-rw-r--r--Build/source/libs/poppler/poppler-src/poppler/Outline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/poppler/poppler-src/poppler/Outline.h b/Build/source/libs/poppler/poppler-src/poppler/Outline.h
index 90190e69280..46775d597a1 100644
--- a/Build/source/libs/poppler/poppler-src/poppler/Outline.h
+++ b/Build/source/libs/poppler/poppler-src/poppler/Outline.h
@@ -14,6 +14,7 @@
// under GPL version 2 or later
//
// Copyright (C) 2005 Marco Pesenti Gritti <mpg@redhat.com>
+// Copyright (C) 2016 Albert Astals Cid <aacid@kde.org>
//
// To see a description of the changes please see the Changelog file that
// came with your tarball or type make ChangeLog if you are building from git
@@ -59,8 +60,7 @@ public:
OutlineItem(Dict *dict, XRef *xrefA);
~OutlineItem();
- static GooList *readItemList(Object *firstItemRef, Object *lastItemRef,
- XRef *xrefA);
+ static GooList *readItemList(Object *firstItemRef, XRef *xrefA);
void open();
void close();