Index: core/src/fpdfdoc/tagged_int.h |
diff --git a/core/src/fpdfdoc/tagged_int.h b/core/src/fpdfdoc/tagged_int.h |
index 0ebf4084a4391343901d1ab9aa117a22ec15153a..d190db6427a244463d34fb1f10637be5fc536629 100644 |
--- a/core/src/fpdfdoc/tagged_int.h |
+++ b/core/src/fpdfdoc/tagged_int.h |
@@ -32,7 +32,7 @@ protected: |
CFX_ArrayTemplate<CPDF_StructElementImpl*> m_Kids; |
friend class CPDF_StructElementImpl; |
}; |
-class CPDF_StructElementImpl : public CPDF_StructElement |
+class CPDF_StructElementImpl FX_FINAL : public CPDF_StructElement |
{ |
public: |
CPDF_StructElementImpl(CPDF_StructTreeImpl* pTree, CPDF_StructElementImpl* pParent, CPDF_Dictionary* pDict); |