Moved m_Sections
This commit is contained in:
parent
94c48febd2
commit
3efbdb1c9b
@ -112,6 +112,8 @@ private:
|
||||
|
||||
sChunkSection * m_Sections[NumSections];
|
||||
|
||||
cAllocationPool<cChunkData::sChunkSection> & m_Pool;
|
||||
|
||||
/** Allocates a new section. Entry-point to custom allocators. */
|
||||
sChunkSection * Allocate(void);
|
||||
|
||||
@ -122,7 +124,6 @@ private:
|
||||
/** Sets the data in the specified section to their default values. */
|
||||
void ZeroSection(sChunkSection * a_Section) const;
|
||||
|
||||
cAllocationPool<cChunkData::sChunkSection> & m_Pool;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user