| Index: core/fxcrt/include/fx_memory.h
|
| diff --git a/core/fxcrt/include/fx_memory.h b/core/fxcrt/include/fx_memory.h
|
| index 2614016550d3d57251d9adbffa9c2ab05e309ba8..3048897d762bc7036d1a0be84ff3883552134032 100644
|
| --- a/core/fxcrt/include/fx_memory.h
|
| +++ b/core/fxcrt/include/fx_memory.h
|
| @@ -100,9 +100,9 @@ struct ReleaseDeleter {
|
| inline void operator()(T* ptr) const { ptr->Release(); }
|
| };
|
|
|
| -class CFX_DestructObject {
|
| +class CFX_Deletable {
|
| public:
|
| - virtual ~CFX_DestructObject() {}
|
| + virtual ~CFX_Deletable() {}
|
| };
|
|
|
| #endif // __cplusplus
|
|
|