| Index: core/fxcrt/include/cfx_count_ref.h
|
| diff --git a/core/fxcrt/include/cfx_count_ref.h b/core/fxcrt/include/cfx_count_ref.h
|
| index 817ce95add494ad5cc44598668cbbcd3df466aef..954b72bf8820743ffc2b79e0e7f93a70d816c9c6 100644
|
| --- a/core/fxcrt/include/cfx_count_ref.h
|
| +++ b/core/fxcrt/include/cfx_count_ref.h
|
| @@ -30,7 +30,6 @@ class CFX_CountRef {
|
| }
|
|
|
| void SetNull() { m_pObject.Reset(); }
|
| - ObjClass* GetObject() { return m_pObject.Get(); }
|
| const ObjClass* GetObject() const { return m_pObject.Get(); }
|
|
|
| template <typename... Args>
|
|
|