diff -r 31a43d94cc26 -r 851de24ecb61 src/Dictionary.cpp --- a/src/Dictionary.cpp Sun Sep 20 15:14:12 2009 -0700 +++ b/src/Dictionary.cpp Sun Sep 20 21:25:47 2009 -0700 @@ -26,8 +26,8 @@ const int Dictionary::kMinSize = 8; - const float Dictionary::kMinLoadFactor = 0.25; - const float Dictionary::kMaxLoadFactor = 0.75; + const float Dictionary::kMinLoadFactor = 0.25f; + const float Dictionary::kMaxLoadFactor = 0.75f; // Choose the smallest power of two that's large enough to hold the given capacity // of entries with no greater than the given load (fraction full).