diff options
Diffstat (limited to 'xfa/fxbarcode/BC_ResultPoint.h')
-rw-r--r-- | xfa/fxbarcode/BC_ResultPoint.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xfa/fxbarcode/BC_ResultPoint.h b/xfa/fxbarcode/BC_ResultPoint.h index 1497b311fc..e819fa5f6e 100644 --- a/xfa/fxbarcode/BC_ResultPoint.h +++ b/xfa/fxbarcode/BC_ResultPoint.h @@ -7,7 +7,7 @@ #ifndef XFA_FXBARCODE_BC_RESULTPOINT_H_ #define XFA_FXBARCODE_BC_RESULTPOINT_H_ -#include "core/fxcrt/include/fx_system.h" +#include "core/fxcrt/include/fx_basic.h" class CBC_ResultPoint { public: @@ -22,4 +22,7 @@ class CBC_ResultPoint { FX_FLOAT m_y; }; +using CBC_ResultPointArray = CFX_ArrayTemplate<CBC_ResultPoint*>; +using CBC_ResultPointArrayArray = CFX_ArrayTemplate<CBC_ResultPointArray*>; + #endif // XFA_FXBARCODE_BC_RESULTPOINT_H_ |