diff options
Diffstat (limited to 'my-evolution/e-summary-factory.h')
-rw-r--r-- | my-evolution/e-summary-factory.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/my-evolution/e-summary-factory.h b/my-evolution/e-summary-factory.h index 9d413979fe..f159d55f0d 100644 --- a/my-evolution/e-summary-factory.h +++ b/my-evolution/e-summary-factory.h @@ -24,9 +24,11 @@ #define __E_SUMMARY_FACTORY_H__ #include "e-summary-offline-handler.h" +#include "e-summary.h" BonoboControl *e_summary_factory_new_control (const char *uri, const GNOME_Evolution_Shell shell, - ESummaryOfflineHandler *handler); + ESummaryOfflineHandler *handler, + ESummaryPrefs *preferences); #endif |