diff options
Diffstat (limited to 'modules/calendar/e-task-shell-content.h')
-rw-r--r-- | modules/calendar/e-task-shell-content.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/calendar/e-task-shell-content.h b/modules/calendar/e-task-shell-content.h index d4e67d1b95..eb327afdb7 100644 --- a/modules/calendar/e-task-shell-content.h +++ b/modules/calendar/e-task-shell-content.h @@ -79,7 +79,8 @@ struct _ETaskShellContentClass { GType e_task_shell_content_get_type (void); void e_task_shell_content_register_type (GTypeModule *type_module); -GtkWidget * e_task_shell_content_new(EShellView *shell_view); +GtkWidget * e_task_shell_content_new + (EShellView *shell_view); ECalModel * e_task_shell_content_get_task_model (ETaskShellContent *task_shell_content); ETaskTable * e_task_shell_content_get_task_table |