summaryrefslogtreecommitdiff
path: root/xfa/src/fgas/src/layout/fx_unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fgas/src/layout/fx_unicode.h')
-rw-r--r--xfa/src/fgas/src/layout/fx_unicode.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/xfa/src/fgas/src/layout/fx_unicode.h b/xfa/src/fgas/src/layout/fx_unicode.h
index 8c6149a3a8..70652e40f0 100644
--- a/xfa/src/fgas/src/layout/fx_unicode.h
+++ b/xfa/src/fgas/src/layout/fx_unicode.h
@@ -7,11 +7,12 @@
#ifndef XFA_SRC_FGAS_SRC_LAYOUT_FX_UNICODE_H_
#define XFA_SRC_FGAS_SRC_LAYOUT_FX_UNICODE_H_
-typedef struct _FX_TPO {
+struct FX_TPO {
int32_t index;
int32_t pos;
-} FX_TPO;
+};
typedef CFX_MassArrayTemplate<FX_TPO> CFX_TPOArray;
+
void FX_TEXTLAYOUT_PieceSort(CFX_TPOArray& tpos, int32_t iStart, int32_t iEnd);
#endif // XFA_SRC_FGAS_SRC_LAYOUT_FX_UNICODE_H_