Index: xfa/fxfa/app/xfa_ffchoicelist.h |
diff --git a/xfa/fxfa/app/xfa_ffchoicelist.h b/xfa/fxfa/app/xfa_ffchoicelist.h |
index 8f87190b77dccb6da9e3950c99ce645c469fb0cf..c9ea0fa2488636cb83420d3d113fdd76fe55697d 100644 |
--- a/xfa/fxfa/app/xfa_ffchoicelist.h |
+++ b/xfa/fxfa/app/xfa_ffchoicelist.h |
@@ -21,7 +21,7 @@ class CXFA_FFListBox : public CXFA_FFField { |
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; |
void OnSelectChanged(IFWL_Widget* pWidget, const CFX_Int32Array& arrSels); |
void SetItemState(int32_t nIndex, FX_BOOL bSelected); |
@@ -71,7 +71,7 @@ class CXFA_FFComboBox : public CXFA_FFField { |
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; |
virtual void OpenDropDownList(); |