diff --git a/src/common/memory/memory_pool.cpp b/src/common/memory/memory_pool.cpp index baa55c6d87..0b1bcdd1e8 100644 --- a/src/common/memory/memory_pool.cpp +++ b/src/common/memory/memory_pool.cpp @@ -292,7 +292,7 @@ private: // to keep track of block types typedef std::map pool_map_t; pool_map_t* blk_type_count; - int extend_increment; + size_t extend_increment; };