Forgotten file

This commit is contained in:
Matthias Clasen 2006-12-18 20:17:35 +00:00
parent e7715bdc4e
commit b8bcb2b839

View 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;
};