Index: core/include/fxcrt/fx_memory.h |
diff --git a/core/include/fxcrt/fx_memory.h b/core/include/fxcrt/fx_memory.h |
index d64844e74307621ee7727347093540698c0a689b..b9b1888930a0df6c1f8d98ad22a4cf8b9a38d973 100644 |
--- a/core/include/fxcrt/fx_memory.h |
+++ b/core/include/fxcrt/fx_memory.h |
@@ -98,7 +98,7 @@ class CFX_GrowOnlyPool { |
void* Realloc(void* p, size_t new_size) { return NULL; } |
- void Free(void*) {} |
+ void Free(void* mem) {} |
void FreeAll(); |