]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hashmap.h
Install the wx/gtk/dc.h header file.
[wxWidgets.git] / include / wx / hashmap.h
index a2cc550e0f446df4aff20426720d91583a9cda79..9a25f8e183a2b1199ccf0afcd947cfcbc8fa22b9 100644 (file)
@@ -467,7 +467,7 @@ inline bool never_grow( size_t, size_t ) { return false; }
 inline bool never_shrink( size_t, size_t ) { return false; }
 inline bool grow_lf70( size_t buckets, size_t items )
 {
-    return float(items)/float(buckets) >= 0.85;
+    return float(items)/float(buckets) >= 0.85f;
 }
 
 #endif // various hash map implementations