aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-component.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-component.h')
-rw-r--r--mail/mail-component.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-component.h b/mail/mail-component.h
index 901e612a21..e5c5a29e6f 100644
--- a/mail/mail-component.h
+++ b/mail/mail-component.h
@@ -52,13 +52,13 @@ enum _mail_component_folder_t {
struct _MailComponent {
EvolutionComponent parent;
-
+
MailComponentPrivate *priv;
};
struct _MailComponentClass {
EvolutionComponentClass parent_class;
-
+
POA_GNOME_Evolution_MailComponent__epv epv;
};