From 4481ce9842b3820087b24a8bfce2c194974aae73 Mon Sep 17 00:00:00 2001 From: zautrix Date: Mon, 08 Nov 2004 08:05:08 +0000 Subject: some small fixes --- (limited to 'libkcal/incidencebase.h') diff --git a/libkcal/incidencebase.h b/libkcal/incidencebase.h index e02d03a..f9a6558 100644 --- a/libkcal/incidencebase.h +++ b/libkcal/incidencebase.h @@ -100,7 +100,7 @@ class IncidenceBase : public CustomProperties Add Attendee to this incidence. IncidenceBase takes ownership of the Attendee object. */ - void addAttendee(Attendee *a, bool doupdate=true ); + bool addAttendee(Attendee *a, bool doupdate=true ); // void removeAttendee(Attendee *a); // void removeAttendee(const char *n); /** Remove all Attendees. */ -- cgit v0.9.0.2