Index: xfa/fwl/lightwidget/cfwl_combobox.h |
diff --git a/xfa/fwl/lightwidget/cfwl_combobox.h b/xfa/fwl/lightwidget/cfwl_combobox.h |
index ba5db16f87b1c40fdf17e349376972d079a05ed4..ab703fe372d9abc46989867d93ffd99c3a1524ff 100644 |
--- a/xfa/fwl/lightwidget/cfwl_combobox.h |
+++ b/xfa/fwl/lightwidget/cfwl_combobox.h |
@@ -24,7 +24,7 @@ class CFWL_ComboBox : public CFWL_Widget { |
~CFWL_ComboBox() override; |
static CFWL_ComboBox* Create(); |
- FWL_Error Initialize(const CFWL_WidgetProperties* pProperties = NULL); |
+ FWL_Error Initialize(const CFWL_WidgetProperties* pProperties = nullptr); |
int32_t AddString(const CFX_WideStringC& wsText); |
int32_t AddString(const CFX_WideStringC& wsText, CFX_DIBitmap* pIcon); |
bool RemoveAt(int32_t iIndex); // Returns false iff |iIndex| out of range. |