changeset 2 | 851de24ecb61 |
parent 0 | 31a43d94cc26 |
child 8 | 21a6c17f4e3e |
1.1 --- a/src/Index.cpp Sun Sep 20 15:14:12 2009 -0700 1.2 +++ b/src/Index.cpp Sun Sep 20 21:25:47 2009 -0700 1.3 @@ -24,7 +24,7 @@ 1.4 #define PROBE_QUADRATIC 0 1.5 1.6 // Similarly use a higher max load than for memory-resident tables, to save space. 1.7 - static const float kMaxLoadFactor = 0.85; 1.8 + static const float kMaxLoadFactor = 0.85f; 1.9 1.10 static const uint32_t kIndexMagicNumber = 0x54378543; 1.11