summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_themepart.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/cfwl_themepart.h')
-rw-r--r--xfa/fwl/core/cfwl_themepart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fwl/core/cfwl_themepart.h b/xfa/fwl/core/cfwl_themepart.h
index ddbdc321b2..884f38101f 100644
--- a/xfa/fwl/core/cfwl_themepart.h
+++ b/xfa/fwl/core/cfwl_themepart.h
@@ -23,8 +23,8 @@ class CFWL_ThemePart {
CFX_RectF m_rtPart;
IFWL_Widget* m_pWidget;
int32_t m_iPart;
- FX_DWORD m_dwStates;
- FX_DWORD m_dwData;
+ uint32_t m_dwStates;
+ uint32_t m_dwData;
void* m_pData;
};