diff options
Diffstat (limited to 'executive-summary/evolution-services')
-rw-r--r-- | executive-summary/evolution-services/executive-summary-component.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executive-summary/evolution-services/executive-summary-component.c b/executive-summary/evolution-services/executive-summary-component.c index 5339defc6b..96c50b1acb 100644 --- a/executive-summary/evolution-services/executive-summary-component.c +++ b/executive-summary/evolution-services/executive-summary-component.c @@ -226,7 +226,7 @@ impl_GNOME_Evolution_Summary_ComponentFactory_createView (PortableServer_Servant CORBA_Environment *ev) { BonoboObject *bonobo_object; - ExecutiveSummaryComponent *view; + BonoboObject *view; ExecutiveSummaryComponentFactory *factory; ExecutiveSummaryComponentFactoryPrivate *priv; GNOME_Evolution_Summary_Component component, component_dup; |