| Index: xfa/fwl/basewidget/fwl_pushbuttonimp.h
|
| diff --git a/xfa/fwl/basewidget/fwl_pushbuttonimp.h b/xfa/fwl/basewidget/fwl_pushbuttonimp.h
|
| index 79a4859cc9d6673567fb4fd239281fe034bcfae1..31ad5519bbce6fd2286da2b576d6862dd198502e 100644
|
| --- a/xfa/fwl/basewidget/fwl_pushbuttonimp.h
|
| +++ b/xfa/fwl/basewidget/fwl_pushbuttonimp.h
|
| @@ -57,7 +57,7 @@ class CFWL_PushButtonImpDelegate : public CFWL_WidgetImpDelegate {
|
| void OnProcessMessage(CFWL_Message* pMessage) override;
|
| void OnProcessEvent(CFWL_Event* pEvent) override;
|
| void OnDrawWidget(CFX_Graphics* pGraphics,
|
| - const CFX_Matrix* pMatrix = NULL) override;
|
| + const CFX_Matrix* pMatrix = nullptr) override;
|
|
|
| protected:
|
| void OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet = TRUE);
|
|
|