diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-06-09 11:29:12 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-06-09 11:29:12 -0700 |
commit | b116136da234afcad018bb44a3ccb64b9ad2a554 (patch) | |
tree | e81b2016bc21485d1d6bdc7c1a5c65f610f18b20 /core/src/fpdfdoc | |
parent | b69545dd059b8a5bb3695969e622462559c97276 (diff) | |
download | pdfium-b116136da234afcad018bb44a3ccb64b9ad2a554.tar.xz |
Merge to XFA: Remove more cruft from fx_system.h
New manual edits in the following to fix compilation:
fx_bmp.h, fx_gif.h, fx_graphics.h
Original Review URL: https://codereview.chromium.org/1169963003
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1170103004
Diffstat (limited to 'core/src/fpdfdoc')
-rw-r--r-- | core/src/fpdfdoc/tagged_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fpdfdoc/tagged_int.h b/core/src/fpdfdoc/tagged_int.h index 75004e51fa..44ba527a60 100644 --- a/core/src/fpdfdoc/tagged_int.h +++ b/core/src/fpdfdoc/tagged_int.h @@ -34,7 +34,7 @@ protected: CFX_ArrayTemplate<CPDF_StructElementImpl*> m_Kids; friend class CPDF_StructElementImpl; }; -class CPDF_StructElementImpl FX_FINAL : public CPDF_StructElement +class CPDF_StructElementImpl final : public CPDF_StructElement { public: CPDF_StructElementImpl(CPDF_StructTreeImpl* pTree, CPDF_StructElementImpl* pParent, CPDF_Dictionary* pDict); |