Index: xfa/fwl/lightwidget/cfwl_combobox.h |
diff --git a/xfa/fwl/lightwidget/cfwl_combobox.h b/xfa/fwl/lightwidget/cfwl_combobox.h |
index a708589d4ff6894aef059ee7f3ae89d455c5d05f..26b31b01b4024d71403bdf7334551ac6ffd5aa62 100644 |
--- a/xfa/fwl/lightwidget/cfwl_combobox.h |
+++ b/xfa/fwl/lightwidget/cfwl_combobox.h |
@@ -21,7 +21,7 @@ class CFWL_ComboBoxItem; |
class CFWL_ComboBox : public CFWL_Widget { |
public: |
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. |