diff --git a/glslang/Include/PoolAlloc.h b/glslang/Include/PoolAlloc.h index b62bd234..7da21756 100644 --- a/glslang/Include/PoolAlloc.h +++ b/glslang/Include/PoolAlloc.h @@ -198,11 +198,11 @@ protected: #endif } - tHeader* nextPage; - size_t pageCount; #ifdef GUARD_BLOCKS TAllocation* lastAllocation; #endif + tHeader* nextPage; + size_t pageCount; }; struct tAllocState {