diff options
Diffstat (limited to 'xfa/fde/cfde_txtedttextset.h')
-rw-r--r-- | xfa/fde/cfde_txtedttextset.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xfa/fde/cfde_txtedttextset.h b/xfa/fde/cfde_txtedttextset.h index 6c6266642b..561419affe 100644 --- a/xfa/fde/cfde_txtedttextset.h +++ b/xfa/fde/cfde_txtedttextset.h @@ -7,6 +7,8 @@ #ifndef XFA_FDE_CFDE_TXTEDTTEXTSET_H_ #define XFA_FDE_CFDE_TXTEDTTEXTSET_H_ +#include <vector> + #include "xfa/fde/fde_visualset.h" class CFDE_TxtEdtPage; @@ -30,7 +32,7 @@ class CFDE_TxtEdtTextSet : public IFDE_TextSet { bool bCharCode = false, CFX_WideString* pWSForms = nullptr) override; int32_t GetCharRects(const FDE_TEXTEDITPIECE* pPiece, - CFX_RectFArray& rtArray, + std::vector<CFX_RectF>* rtArray, bool bBBox) override; private: |