diff options
Diffstat (limited to 'calendar/gui/e-meeting-list-view.c')
-rw-r--r-- | calendar/gui/e-meeting-list-view.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/gui/e-meeting-list-view.c b/calendar/gui/e-meeting-list-view.c index b645c70c21..6cf9d24073 100644 --- a/calendar/gui/e-meeting-list-view.c +++ b/calendar/gui/e-meeting-list-view.c @@ -158,7 +158,7 @@ e_meeting_list_view_init (EMeetingListView *view) } static GList * -get_type_strings () +get_type_strings (void) { GList *strings = NULL; @@ -172,7 +172,7 @@ get_type_strings () } static GList * -get_role_strings () +get_role_strings (void) { GList *strings = NULL; @@ -186,7 +186,7 @@ get_role_strings () } static GList * -get_rsvp_strings () +get_rsvp_strings (void) { GList *strings = NULL; @@ -197,7 +197,7 @@ get_rsvp_strings () } static GList * -get_status_strings () +get_status_strings (void) { GList *strings = NULL; |