| Index: xfa/fwl/basewidget/fwl_spinbuttonimp.h
|
| diff --git a/xfa/fwl/basewidget/fwl_spinbuttonimp.h b/xfa/fwl/basewidget/fwl_spinbuttonimp.h
|
| index d986f31cd2d3c3c14d3a90c45fc6642617d1bb3c..3eca307cdcad460f5d42768ddf66919b68ce9b07 100644
|
| --- a/xfa/fwl/basewidget/fwl_spinbuttonimp.h
|
| +++ b/xfa/fwl/basewidget/fwl_spinbuttonimp.h
|
| @@ -64,7 +64,7 @@ class CFWL_SpinButtonImpDelegate : 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);
|
|
|