diff options
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r-- | gtk/gtkentry.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 3848e642a5..105643948b 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -181,7 +181,7 @@ static GtkTextFunction alt_keys[26] = guint -gtk_entry_get_type () +gtk_entry_get_type (void) { static guint entry_type = 0; @@ -267,7 +267,7 @@ gtk_entry_init (GtkEntry *entry) } GtkWidget* -gtk_entry_new () +gtk_entry_new (void) { return GTK_WIDGET (gtk_type_new (gtk_entry_get_type ())); } |