diff options
Diffstat (limited to 'xfa/fwl/cfwl_form.h')
-rw-r--r-- | xfa/fwl/cfwl_form.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_form.h b/xfa/fwl/cfwl_form.h index e894784b09..8755874fab 100644 --- a/xfa/fwl/cfwl_form.h +++ b/xfa/fwl/cfwl_form.h @@ -64,7 +64,7 @@ class CFWL_Form : public CFWL_Widget { CFWL_SysBtn* GetSysBtnByState(uint32_t dwState); CFWL_SysBtn* GetSysBtnByIndex(int32_t nIndex); int32_t GetSysBtnIndex(CFWL_SysBtn* pBtn); - void GetEdgeRect(CFX_RectF& rtEdge); + CFX_RectF GetEdgeRect(); void SetWorkAreaRect(); void Layout(); void ResetSysBtn(); |