diff options
Diffstat (limited to 'calendar/pcs/calobj.h')
-rw-r--r-- | calendar/pcs/calobj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/pcs/calobj.h b/calendar/pcs/calobj.h index 8be38e5d26..fbc92a41c5 100644 --- a/calendar/pcs/calobj.h +++ b/calendar/pcs/calobj.h @@ -181,7 +181,7 @@ typedef struct { /* Pilot */ iCalPilotState pilot_status; /* Status information */ - int pilot_id; /* Pilot ID */ + guint32 pilot_id; /* Pilot ID */ } iCalObject; /* The callback for the recurrence generator */ |