diff options
Diffstat (limited to 'shell/evolution-shell-view.h')
-rw-r--r-- | shell/evolution-shell-view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/evolution-shell-view.h b/shell/evolution-shell-view.h index 546a1a9640..928d22b4c8 100644 --- a/shell/evolution-shell-view.h +++ b/shell/evolution-shell-view.h @@ -67,8 +67,8 @@ struct _EvolutionShellViewClass { GtkType evolution_shell_view_get_type (void); -void evolution_shell_view_construct (EvolutionShellView *shell_view, - Evolution_ShellView corba_object); +void evolution_shell_view_construct (EvolutionShellView *shell_view, + GNOME_Evolution_ShellView corba_object); EvolutionShellView *evolution_shell_view_new (void); #ifdef __cplusplus |