| Index: xfa/fwl/basewidget/fwl_monthcalendarimp.h
|
| diff --git a/xfa/fwl/basewidget/fwl_monthcalendarimp.h b/xfa/fwl/basewidget/fwl_monthcalendarimp.h
|
| index a3a8f45aa0e536ac2e8668ecedd2b65058e997f0..db6ce7801ce727a6582883be320fbaf518fb451b 100644
|
| --- a/xfa/fwl/basewidget/fwl_monthcalendarimp.h
|
| +++ b/xfa/fwl/basewidget/fwl_monthcalendarimp.h
|
| @@ -231,7 +231,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);
|
|
|