summaryrefslogtreecommitdiff
path: root/poppler/StructTreeRoot.h
diff options
context:
space:
mode:
authorAdam Reichold <adam.reichold@t-online.de>2018-09-15 09:54:01 +0200
committerAlbert Astals Cid <aacid@kde.org>2018-09-17 22:11:02 +0000
commit7e9b6f1dba716e7adba1ed2ecd765b207def9747 (patch)
tree89e0ce92ac57970dc3b988b16e01e87e7bae761c /poppler/StructTreeRoot.h
parent94527d5a61eb3402b49436b978bad69f71884051 (diff)
Fix TODO in OCGs by creating a look-up table from Ref to OptionalContentGroup (and make Ref a regular type to do so).
Diffstat (limited to 'poppler/StructTreeRoot.h')
-rw-r--r--poppler/StructTreeRoot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler/StructTreeRoot.h b/poppler/StructTreeRoot.h
index 89c7941c..e71b2ff7 100644
--- a/poppler/StructTreeRoot.h
+++ b/poppler/StructTreeRoot.h
@@ -79,7 +79,7 @@ private:
Object classMap;
ElemPtrArray elements;
std::map<int, std::vector<Parent> > parentTree;
- std::multimap<Ref, Parent*, RefCompare> refToParentMap;
+ std::multimap<Ref, Parent*> refToParentMap;
void parse(Dict *rootDict);
void parseNumberTreeNode(Dict *node);