+ fix typo

This commit is contained in:
artemp 2012-11-28 19:16:10 +00:00
parent f56a365a03
commit cff52c9f73

View file

@ -122,7 +122,7 @@ public:
if (itr != pools_.end())
{
itr->second->set_max_size(initialSize);
itr->second->set_initial_size(initialSize);
itr->second->set_max_size(maxSize);
}
else