Commit f5c10750 by John Kessenich

Address a g++ complaint.

parent 06f8464f
...@@ -198,11 +198,11 @@ protected: ...@@ -198,11 +198,11 @@ protected:
#endif #endif
} }
tHeader* nextPage;
size_t pageCount;
#ifdef GUARD_BLOCKS #ifdef GUARD_BLOCKS
TAllocation* lastAllocation; TAllocation* lastAllocation;
#endif #endif
tHeader* nextPage;
size_t pageCount;
}; };
struct tAllocState { struct tAllocState {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment