| Index: xfa/fwl/basewidget/fwl_monthcalendarimp.h
|
| diff --git a/xfa/fwl/basewidget/fwl_monthcalendarimp.h b/xfa/fwl/basewidget/fwl_monthcalendarimp.h
|
| index e44a17a1d39dcaf7559157a706e68066ed93361e..a6df53aa907a9030bc09724e7b77e59ec47d9c0d 100644
|
| --- a/xfa/fwl/basewidget/fwl_monthcalendarimp.h
|
| +++ b/xfa/fwl/basewidget/fwl_monthcalendarimp.h
|
| @@ -234,7 +234,7 @@ class CFWL_MonthCalendarImpDelegate : public CFWL_WidgetImpDelegate {
|
| CFWL_MonthCalendarImpDelegate(CFWL_MonthCalendarImp* pOwner);
|
| void OnProcessMessage(CFWL_Message* pMessage) override;
|
| void OnDrawWidget(CFX_Graphics* pGraphics,
|
| - const CFX_Matrix* pMatrix = NULL) override;
|
| + const CFX_Matrix* pMatrix = nullptr) override;
|
|
|
| protected:
|
| void OnActivate(CFWL_Message* pMsg);
|
|
|