| Index: core/fxcrt/fx_basic_plex.cpp
|
| diff --git a/core/fxcrt/fx_basic_plex.cpp b/core/fxcrt/fx_basic_plex.cpp
|
| index 805f05906379ed322c8c284b50ce29ed1264c435..99cc700dbf75d0a73efca1b906f3cb6d3acde6e2 100644
|
| --- a/core/fxcrt/fx_basic_plex.cpp
|
| +++ b/core/fxcrt/fx_basic_plex.cpp
|
| @@ -8,8 +8,8 @@
|
| #include "core/fxcrt/plex.h"
|
|
|
| CFX_Plex* CFX_Plex::Create(CFX_Plex*& pHead,
|
| - FX_DWORD nMax,
|
| - FX_DWORD cbElement) {
|
| + uint32_t nMax,
|
| + uint32_t cbElement) {
|
| CFX_Plex* p =
|
| (CFX_Plex*)FX_Alloc(uint8_t, sizeof(CFX_Plex) + nMax * cbElement);
|
| p->pNext = pHead;
|
|
|