From: Matthias Clasen Date: Mon, 18 Dec 2006 20:17:35 +0000 (+0000) Subject: Forgotten file X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b8bcb2b8391b6c21457d83d485c754b01cb276bd;p=dana%2Fcg-glib.git Forgotten file --- diff --git a/glib/ghash.c b/glib/ghash.c index 10697583..ca025ee7 100644 --- a/glib/ghash.c +++ b/glib/ghash.c @@ -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; };