summaryrefslogtreecommitdiff
path: root/core/fxcrt/include/fx_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/include/fx_memory.h')
-rw-r--r--core/fxcrt/include/fx_memory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/fxcrt/include/fx_memory.h b/core/fxcrt/include/fx_memory.h
index 2614016550..3048897d76 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