diff src/gtklist.h @ 4712:4d7a23938b67

[gaim-migrate @ 5023] no uint for win32 committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 11 Mar 2003 20:34:32 +0000
parents 2222cd30008a
children b9e7ccf21f9c
line wrap: on
line diff
--- a/src/gtklist.h	Tue Mar 11 20:32:05 2003 +0000
+++ b/src/gtklist.h	Tue Mar 11 20:34:32 2003 +0000
@@ -56,7 +56,7 @@
  */
 struct gaim_gtk_blist_node
 {
-	uint timer;                      /**< The timer handle.  */
+	unsigned int timer;                      /**< The timer handle.  */
 };
 
 #define GAIM_GTK_BLIST_NODE(node) ((struct gaim_gtk_blist_node *)(node)->ui_data)