aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/corba-cal-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/corba-cal-factory.c')
-rw-r--r--calendar/gui/corba-cal-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/corba-cal-factory.c b/calendar/gui/corba-cal-factory.c
index 49a2c5ac76..c10929376b 100644
--- a/calendar/gui/corba-cal-factory.c
+++ b/calendar/gui/corba-cal-factory.c
@@ -35,7 +35,7 @@ static GNOME_GenericFactory calendar_factory;
static CORBA_boolean
calendar_supports (PortableServer_Servant servant,
- const CORBA_char * obj_goad_id,
+ CORBA_char * obj_goad_id,
CORBA_Environment * ev)
{
if (strcmp (obj_goad_id, "IDL:GNOME:Calendar:Repository:1.0") == 0)
@@ -46,7 +46,7 @@ calendar_supports (PortableServer_Servant servant,
static CORBA_Object
calendar_create_object (PortableServer_Servant servant,
- const CORBA_char *goad_id,
+ CORBA_char *goad_id,
const GNOME_stringlist *params,
CORBA_Environment *ev)
{