Index: xfa/fwl/basewidget/fwl_checkboximp.h |
diff --git a/xfa/fwl/basewidget/fwl_checkboximp.h b/xfa/fwl/basewidget/fwl_checkboximp.h |
index 89f680c985237db683e4e946751270c6a3c7ebd1..5d36ff00f0f119cac3b0d90b275c108c41b0009f 100644 |
--- a/xfa/fwl/basewidget/fwl_checkboximp.h |
+++ b/xfa/fwl/basewidget/fwl_checkboximp.h |
@@ -56,7 +56,7 @@ class CFWL_CheckBoxImpDelegate : public CFWL_WidgetImpDelegate { |
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); |