summary refs log tree commit diff stats
path: root/src/fe-gtk/fe-gtk.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-12-31 03:36:02 -0500
committerTingPing <tingping@tingping.se>2014-12-31 03:56:36 -0500
commit6ef72988704ff7f7f0bf875b1bb86f4c241b6a29 (patch)
treef78d9ef6c735a94b3f09ee20645179ca5dcbdf63 /src/fe-gtk/fe-gtk.h
parent9f7444baa2001616f227ba9a442be824a57e56b9 (diff)
Remove unnecessary use of void*
Diffstat (limited to 'src/fe-gtk/fe-gtk.h')
-rw-r--r--src/fe-gtk/fe-gtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/fe-gtk.h b/src/fe-gtk/fe-gtk.h
index d3e1885b..2e31c494 100644
--- a/src/fe-gtk/fe-gtk.h
+++ b/src/fe-gtk/fe-gtk.h
@@ -108,7 +108,7 @@ typedef struct restore_gui
 	void *tab;			/* (chan *) */
 
 	/* information stored when this tab isn't front-most */
-	void *user_model;	/* for filling the GtkTreeView */
+	GtkListStore *user_model;	/* for filling the GtkTreeView */
 	void *buffer;		/* xtext_Buffer */
 	char *input_text;	/* input text buffer (while not-front tab) */
 	char *topic_text;	/* topic GtkEntry buffer */