| Index: xfa/fwl/core/fwl_targetimp.h
|
| diff --git a/xfa/fwl/core/fwl_targetimp.h b/xfa/fwl/core/fwl_targetimp.h
|
| index 69946fbf14fb32c259d34a96010f82381b647822..c1a5e56c2a904513c33e4c9022729dae39804c61 100644
|
| --- a/xfa/fwl/core/fwl_targetimp.h
|
| +++ b/xfa/fwl/core/fwl_targetimp.h
|
| @@ -15,7 +15,7 @@ class CFWL_TargetImp {
|
| virtual ~CFWL_TargetImp();
|
|
|
| virtual FWL_ERR GetClassName(CFX_WideString& wsClass) const;
|
| - virtual FX_DWORD GetClassID() const;
|
| + virtual uint32_t GetClassID() const;
|
| virtual FX_BOOL IsInstance(const CFX_WideStringC& wsClass) const;
|
| virtual FWL_ERR Initialize();
|
| virtual FWL_ERR Finalize();
|
|
|