Index: core/src/fxcrt/plex.h |
diff --git a/core/src/fxcrt/plex.h b/core/src/fxcrt/plex.h |
index f8f01948e551c81e303bc2442bd8813e1dcd779c..1c2e38a8a23e53a5d62faf59d64f1a61a72351ed 100644 |
--- a/core/src/fxcrt/plex.h |
+++ b/core/src/fxcrt/plex.h |
@@ -5,11 +5,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
struct CFX_Plex { |
- CFX_Plex* pNext; |
- void* data() |
- { |
- return this + 1; |
- } |
- static CFX_Plex* Create(CFX_Plex*& head, FX_DWORD nMax, FX_DWORD cbElement); |
- void FreeDataChain(); |
+ CFX_Plex* pNext; |
+ void* data() { return this + 1; } |
+ static CFX_Plex* Create(CFX_Plex*& head, FX_DWORD nMax, FX_DWORD cbElement); |
+ void FreeDataChain(); |
}; |