diff options
Diffstat (limited to 'xfa/fwl/cfwl_combobox.h')
-rw-r--r-- | xfa/fwl/cfwl_combobox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_combobox.h b/xfa/fwl/cfwl_combobox.h index 9927b65c04..3faa1cc8d6 100644 --- a/xfa/fwl/cfwl_combobox.h +++ b/xfa/fwl/cfwl_combobox.h @@ -72,7 +72,7 @@ class CFWL_ComboBox : public CFWL_Widget { void SetCurSel(int32_t iSel); void AddString(const CFX_WideStringC& wsText); - bool RemoveAt(int32_t iIndex); // Returns false iff |iIndex| out of range. + void RemoveAt(int32_t iIndex); void RemoveAll(); void SetEditText(const CFX_WideString& wsText); |