summaryrefslogtreecommitdiff
path: root/xfa/include/fwl/core/fwl_target.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/include/fwl/core/fwl_target.h')
-rw-r--r--xfa/include/fwl/core/fwl_target.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/xfa/include/fwl/core/fwl_target.h b/xfa/include/fwl/core/fwl_target.h
index 7ba7bf7cda..facd28fb70 100644
--- a/xfa/include/fwl/core/fwl_target.h
+++ b/xfa/include/fwl/core/fwl_target.h
@@ -7,19 +7,19 @@
#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;
- FX_BOOL IsInstance(const CFX_WideStringC& wsClass) const;
- FWL_ERR Initialize();
- FWL_ERR Finalize();
-protected:
- virtual ~IFWL_Target();
- void* m_pData;
+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;
+ FX_BOOL IsInstance(const CFX_WideStringC& wsClass) const;
+ FWL_ERR Initialize();
+ FWL_ERR Finalize();
+
+ protected:
+ virtual ~IFWL_Target();
+ void* m_pData;
};
#endif