Forgotten file
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 18 Dec 2006 20:17:35 +0000 (20:17 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 18 Dec 2006 20:17:35 +0000 (20:17 +0000)
glib/ghash.c

index 1069758..ca025ee 100644 (file)
@@ -54,7 +54,7 @@ struct _GHashTable
   GHashNode      **nodes;
   GHashFunc        hash_func;
   GEqualFunc       key_equal_func;
-  volatile guint   ref_count;
+  volatile gint    ref_count;
   GDestroyNotify   key_destroy_func;
   GDestroyNotify   value_destroy_func;
 };