Index: xfa/fwl/lightwidget/edit.cpp |
diff --git a/xfa/fwl/lightwidget/edit.cpp b/xfa/fwl/lightwidget/edit.cpp |
index 612d5a4ac2d2d1bba240d407e48ae609a0565372..efceb4e39ff4d33ec49d37cc8bb21a289821563e 100644 |
--- a/xfa/fwl/lightwidget/edit.cpp |
+++ b/xfa/fwl/lightwidget/edit.cpp |
@@ -161,7 +161,7 @@ FWL_ERR CFWL_Edit::SetNumberRange(int32_t iMin, int32_t iMax) { |
} |
return static_cast<IFWL_Edit*>(m_pIface)->SetNumberRange(iMin, iMax); |
} |
-FWL_ERR CFWL_Edit::SetBackColor(FX_DWORD dwColor) { |
+FWL_ERR CFWL_Edit::SetBackColor(uint32_t dwColor) { |
if (!m_pIface) |
return FWL_ERR_Indefinite; |
return static_cast<IFWL_Edit*>(m_pIface)->SetBackColor(dwColor); |