functions not taking argument must be declared as (void) in C, not ()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -59,8 +59,8 @@ typedef enum
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
GType gtk_assert_dialog_get_type();
|
GType gtk_assert_dialog_get_type(void);
|
||||||
GtkWidget *gtk_assert_dialog_new();
|
GtkWidget *gtk_assert_dialog_new(void);
|
||||||
|
|
||||||
/* get the assert message */
|
/* get the assert message */
|
||||||
gchar *gtk_assert_dialog_get_message(GtkAssertDialog *assertdlg);
|
gchar *gtk_assert_dialog_get_message(GtkAssertDialog *assertdlg);
|
||||||
|
Reference in New Issue
Block a user