| Index: xfa/include/fwl/core/fwl_target.h
|
| diff --git a/xfa/include/fwl/core/fwl_target.h b/xfa/include/fwl/core/fwl_target.h
|
| index facd28fb70408c1a0a054cc6673c9a45579a7473..428f5d14183787a5599150a50881643cd17d7ee5 100644
|
| --- a/xfa/include/fwl/core/fwl_target.h
|
| +++ b/xfa/include/fwl/core/fwl_target.h
|
| @@ -6,11 +6,9 @@
|
|
|
| #ifndef _FWL_TARGET_H
|
| #define _FWL_TARGET_H
|
| -class IFWL_Target;
|
| class IFWL_Target {
|
| public:
|
| FX_DWORD Release();
|
| - IFWL_Target* Retain();
|
| FX_DWORD GetRefCount() const;
|
| FWL_ERR GetClassName(CFX_WideString& wsClass) const;
|
| FX_DWORD GetClassID() const;
|
|
|