summaryrefslogtreecommitdiff
path: root/xfa/src/fgas/include/fx_tbk.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fgas/include/fx_tbk.h')
-rw-r--r--xfa/src/fgas/include/fx_tbk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fgas/include/fx_tbk.h b/xfa/src/fgas/include/fx_tbk.h
index 073228883d..aa207a568f 100644
--- a/xfa/src/fgas/include/fx_tbk.h
+++ b/xfa/src/fgas/include/fx_tbk.h
@@ -109,7 +109,7 @@ struct FX_TXTRUN {
int32_t iVerticalScale;
int32_t iCharRotation;
FX_DWORD dwCharStyles;
- FX_LPCRECTF pRect;
+ const CFX_RectF* pRect;
FX_WCHAR wLineBreakChar;
FX_BOOL bSkipSpace;
};