Index: xfa/fwl/basewidget/ifwl_combobox.h |
diff --git a/xfa/fwl/basewidget/ifwl_combobox.h b/xfa/fwl/basewidget/ifwl_combobox.h |
index 93efe287b2f143243b7d7c6a681b9e52ebef8816..98a6750278a889fe082e1ced2fdb3aece16ebbba 100644 |
--- a/xfa/fwl/basewidget/ifwl_combobox.h |
+++ b/xfa/fwl/basewidget/ifwl_combobox.h |
@@ -142,8 +142,8 @@ class IFWL_ComboBox : public IFWL_Widget { |
FX_BOOL EditDelete(); |
FX_BOOL EditDeSelect(); |
FWL_ERR GetBBox(CFX_RectF& rect); |
- FWL_ERR EditModifyStylesEx(FX_DWORD dwStylesExAdded, |
- FX_DWORD dwStylesExRemoved); |
+ FWL_ERR EditModifyStylesEx(uint32_t dwStylesExAdded, |
+ uint32_t dwStylesExRemoved); |
protected: |
IFWL_ComboBox(); |