summaryrefslogtreecommitdiffstats
path: root/Common/interface
diff options
context:
space:
mode:
Diffstat (limited to 'Common/interface')
-rw-r--r--Common/interface/FixedBlockMemoryAllocator.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Common/interface/FixedBlockMemoryAllocator.hpp b/Common/interface/FixedBlockMemoryAllocator.hpp
index a21e41d1..89c9e355 100644
--- a/Common/interface/FixedBlockMemoryAllocator.hpp
+++ b/Common/interface/FixedBlockMemoryAllocator.hpp
@@ -229,8 +229,8 @@ private:
std::mutex m_Mutex;
IMemoryAllocator& m_RawMemoryAllocator;
- size_t m_BlockSize;
- Uint32 m_NumBlocksInPage;
+ const size_t m_BlockSize;
+ const Uint32 m_NumBlocksInPage;
};
IMemoryAllocator& GetRawAllocator();