| Index: xfa/src/fwl/src/basewidget/include/fwl_checkboximp.h
|
| diff --git a/xfa/src/fwl/src/basewidget/include/fwl_checkboximp.h b/xfa/src/fwl/src/basewidget/include/fwl_checkboximp.h
|
| index 24d0b1989a9105969e9ea79612494eac41ef5038..64ea6dcca0a5d8466bdd57f38d6372a5c08c09c9 100644
|
| --- a/xfa/src/fwl/src/basewidget/include/fwl_checkboximp.h
|
| +++ b/xfa/src/fwl/src/basewidget/include/fwl_checkboximp.h
|
| @@ -46,9 +46,9 @@ class CFWL_CheckBoxImp : public CFWL_WidgetImp {
|
| class CFWL_CheckBoxImpDelegate : public CFWL_WidgetImpDelegate {
|
| public:
|
| CFWL_CheckBoxImpDelegate(CFWL_CheckBoxImp* pOwner);
|
| - virtual int32_t OnProcessMessage(CFWL_Message* pMessage);
|
| - virtual FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
|
| - const CFX_Matrix* pMatrix = NULL);
|
| + int32_t OnProcessMessage(CFWL_Message* pMessage) override;
|
| + FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
|
| + const CFX_Matrix* pMatrix = NULL) override;
|
|
|
| protected:
|
| void OnActivate(CFWL_Message* pMsg);
|
|
|