summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_target.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/ifwl_target.h')
-rw-r--r--xfa/fwl/core/ifwl_target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_target.h b/xfa/fwl/core/ifwl_target.h
index fd6410e16c..f0de3b13ee 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();