diff console/libgnt/gntcombobox.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 5ac8f22e7b08
children
line wrap: on
line diff
--- a/console/libgnt/gntcombobox.h	Sat Mar 17 17:55:22 2007 +0000
+++ b/console/libgnt/gntcombobox.h	Sun Mar 18 17:28:21 2007 +0000
@@ -44,7 +44,7 @@
 
 GType gnt_combo_box_get_gtype(void);
 
-GntWidget *gnt_combo_box_new();
+GntWidget *gnt_combo_box_new(void);
 
 void gnt_combo_box_add_data(GntComboBox *box, gpointer key, const char *text);