| Index: xfa/src/fxfa/src/app/xfa_fwltheme.h
|
| diff --git a/xfa/src/fxfa/src/app/xfa_fwltheme.h b/xfa/src/fxfa/src/app/xfa_fwltheme.h
|
| index 34003b4eb1481467bf4d936b96c7fcd61b0cfa67..37b8d1336a161155a3f07f8bf482dd8aca516645 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_fwltheme.h
|
| +++ b/xfa/src/fxfa/src/app/xfa_fwltheme.h
|
| @@ -81,7 +81,7 @@ public:
|
| CXFA_FWLCheckBoxTP();
|
| virtual FX_BOOL DrawBackground(CFWL_ThemeBackground *pParams);
|
| protected:
|
| - void DrawCheckSign(IFWL_Widget *pWidget, CFX_Graphics *pGraphics, const CFX_RectF *pRtBox, FX_INT32 iState, CFX_Matrix* pMatrix);
|
| + void DrawCheckSign(IFWL_Widget *pWidget, CFX_Graphics *pGraphics, const CFX_RectF *pRtBox, int32_t iState, CFX_Matrix* pMatrix);
|
| };
|
| class CXFA_FWLEditTP : public CFWL_EditTP
|
| {
|
|
|