8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00

Fix compiler warning

This commit is contained in:
skidder 2002-09-10 18:24:20 +00:00
parent 1bbd008268
commit c5f9e72d1a

View File

@ -292,7 +292,7 @@ private:
// to keep track of block types // to keep track of block types
typedef std::map<int, int> pool_map_t; typedef std::map<int, int> pool_map_t;
pool_map_t* blk_type_count; pool_map_t* blk_type_count;
int extend_increment; size_t extend_increment;
}; };