Index: xfa/src/fgas/include/fx_mem.h |
diff --git a/xfa/src/fgas/include/fx_mem.h b/xfa/src/fgas/include/fx_mem.h |
index 18cd85e422a806e9db5be60448fdd21724e7384d..265c5828844bd49510679ce6793313fce58494ce 100644 |
--- a/xfa/src/fgas/include/fx_mem.h |
+++ b/xfa/src/fgas/include/fx_mem.h |
@@ -31,7 +31,7 @@ class CFX_Target |
public: |
void* operator new(size_t size) |
{ |
- return FX_Alloc(FX_BYTE, size); |
+ return FX_Alloc(uint8_t, size); |
} |
void operator delete(void *p) |
{ |