poppler/StructElement.cc |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit dd80c182cbcb188af0dd590f222ba9bbb31e3fb7
Author: Albert Astals Cid <aa...@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");
_______________________________________________
poppler mailing list
poppler@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to