diff console/libgnt/gnttree.h @ 15814:1c8f1dc50685

Enable DEBUG_CFLAGS in libgnt and fix up a number of compile warnings and errors this showed up
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 18 Mar 2007 17:28:21 +0000
parents c6b79e535eb8
children
line wrap: on
line diff
--- a/console/libgnt/gnttree.h	Sat Mar 17 17:55:22 2007 +0000
+++ b/console/libgnt/gnttree.h	Sun Mar 18 17:28:21 2007 +0000
@@ -75,7 +75,7 @@
 
 GType gnt_tree_get_gtype(void);
 
-GntWidget *gnt_tree_new();      /* A tree with just one column */
+GntWidget *gnt_tree_new(void);      /* A tree with just one column */
 
 GntWidget *gnt_tree_new_with_columns(int columns);