Index: xfa/include/fwl/theme/listboxtp.h |
diff --git a/xfa/include/fwl/theme/listboxtp.h b/xfa/include/fwl/theme/listboxtp.h |
index 8b689814ff4be8afe2f13636c376abf7543c3e7b..8f5720c9fb1e0355a9223be122e4b3a3e2d7b946 100644 |
--- a/xfa/include/fwl/theme/listboxtp.h |
+++ b/xfa/include/fwl/theme/listboxtp.h |
@@ -20,7 +20,7 @@ class CFWL_ListBoxTP : public CFWL_WidgetTP { |
protected: |
void DrawListBoxItem(CFX_Graphics* pGraphics, |
- FX_DWORD dwStates, |
+ uint32_t dwStates, |
const CFX_RectF* prtItem, |
void* pData = NULL, |
CFX_Matrix* pMatrix = NULL); |