diff options
Diffstat (limited to 'xfa/fxfa/app/xfa_ffcheckbutton.h')
-rw-r--r-- | xfa/fxfa/app/xfa_ffcheckbutton.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xfa/fxfa/app/xfa_ffcheckbutton.h b/xfa/fxfa/app/xfa_ffcheckbutton.h index a04284250b..c3323b4035 100644 --- a/xfa/fxfa/app/xfa_ffcheckbutton.h +++ b/xfa/fxfa/app/xfa_ffcheckbutton.h @@ -25,10 +25,10 @@ class CXFA_FFCheckButton : public CXFA_FFField { virtual void UpdateWidgetProperty(); virtual FX_BOOL OnLButtonUp(uint32_t dwFlags, FX_FLOAT fx, FX_FLOAT fy); void SetFWLCheckState(XFA_CHECKSTATE eCheckState); - virtual int32_t OnProcessMessage(CFWL_Message* pMessage); - virtual FWL_ERR OnProcessEvent(CFWL_Event* pEvent); - virtual FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics, - const CFX_Matrix* pMatrix = NULL); + virtual void OnProcessMessage(CFWL_Message* pMessage); + virtual void OnProcessEvent(CFWL_Event* pEvent); + virtual void OnDrawWidget(CFX_Graphics* pGraphics, + const CFX_Matrix* pMatrix = NULL); protected: virtual FX_BOOL CommitData(); |