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 1069758346eaa63522904a97efd36764d544484a..ca025ee7b4cf306a776e9a226d99faf97c4c9467 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;
 };