Index: xfa/fwl/core/ifwl_target.h |
diff --git a/xfa/fwl/core/ifwl_target.h b/xfa/fwl/core/ifwl_target.h |
index fd6410e16cdbf42c113fdeba41f2c0b0bb9cb69f..f0de3b13ee17427265489bda01ccca2ad8f362e5 100644 |
--- a/xfa/fwl/core/ifwl_target.h |
+++ b/xfa/fwl/core/ifwl_target.h |
@@ -35,7 +35,7 @@ class IFWL_Target { |
// These call into equivalent polymorphic methods of m_pImpl. There |
// should be no need to override these in subclasses. |
FWL_ERR GetClassName(CFX_WideString& wsClass) const; |
- FX_DWORD GetClassID() const; |
+ uint32_t GetClassID() const; |
FX_BOOL IsInstance(const CFX_WideStringC& wsClass) const; |
FWL_ERR Initialize(); |
FWL_ERR Finalize(); |