[poppler] poppler/StructElement.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Mon Sep 4 17:43:48 UTC 2017
poppler/StructElement.cc | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit dd80c182cbcb188af0dd590f222ba9bbb31e3fb7
Author: Albert Astals Cid <aacid at kde.org>
Date: Mon Sep 4 19:36:06 2017 +0200
Fix building with old clang
diff --git a/poppler/StructElement.cc b/poppler/StructElement.cc
index 0fbd336a..451213f8 100644
--- a/poppler/StructElement.cc
+++ b/poppler/StructElement.cc
@@ -248,6 +248,8 @@ struct AttributeMapEntry {
};
struct AttributeDefaults {
+ AttributeDefaults() {}; // needed to support old clang
+
Object Inline = Object(objName, "Inline");
Object LrTb = Object(objName, "LrTb");
Object Normal = Object(objName, "Normal");
More information about the poppler
mailing list