| Index: xfa/fgas/layout/fgas_unicode.h
|
| diff --git a/xfa/fgas/layout/fgas_unicode.h b/xfa/fgas/layout/fgas_unicode.h
|
| index 536895d8707256479dfec75ac7cab24b9cba7630..dd574026c9c928065b6e01ef1a23618aa2513346 100644
|
| --- a/xfa/fgas/layout/fgas_unicode.h
|
| +++ b/xfa/fgas/layout/fgas_unicode.h
|
| @@ -26,7 +26,7 @@ typedef CFX_MassArrayTemplate<FX_TPO> CFX_TPOArray;
|
| void FX_TEXTLAYOUT_PieceSort(CFX_TPOArray& tpos, int32_t iStart, int32_t iEnd);
|
|
|
| struct FX_JAPCHARPROPERTYEX {
|
| - FX_WCHAR wChar;
|
| + uint16_t wChar;
|
| uint8_t uAlign;
|
| };
|
|
|
|
|