diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-08 09:12:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-08 09:12:02 +0800 |
commit | 03fe4bdcbc8a2e644339bbfcd12843da1f766375 (patch) | |
tree | b2f3a6f3ed4053aec88a1568cc1936d00dbb9f9f /mail/e-mail-shell-view-private.h | |
parent | 16e2beab9e4d412399f495f6165d27da80cb3675 (diff) | |
download | gsoc2013-evolution-03fe4bdcbc8a2e644339bbfcd12843da1f766375.tar.gz gsoc2013-evolution-03fe4bdcbc8a2e644339bbfcd12843da1f766375.tar.zst gsoc2013-evolution-03fe4bdcbc8a2e644339bbfcd12843da1f766375.zip |
Fix most of the compiler warnings in mail.
Diffstat (limited to 'mail/e-mail-shell-view-private.h')
-rw-r--r-- | mail/e-mail-shell-view-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/e-mail-shell-view-private.h b/mail/e-mail-shell-view-private.h index 6034dbcc66..1d61f8d68d 100644 --- a/mail/e-mail-shell-view-private.h +++ b/mail/e-mail-shell-view-private.h @@ -122,6 +122,7 @@ struct _EMailShellViewPrivate { /*** Other Stuff ***/ /* These are just for convenience. */ + EMailShellBackend *mail_shell_backend; EMailShellContent *mail_shell_content; EMailShellSidebar *mail_shell_sidebar; |