From: helge Date: Sat, 6 Aug 2005 17:56:01 +0000 (+0000) Subject: fixed a warning X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5782e2d2a350236b0e69608e350352281aa03aa;p=sope fixed a warning git-svn-id: http://svn.opengroupware.org/SOPE/trunk@980 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-ical/NGiCal/ChangeLog b/sope-ical/NGiCal/ChangeLog index c3b5d768..ae79ef02 100644 --- a/sope-ical/NGiCal/ChangeLog +++ b/sope-ical/NGiCal/ChangeLog @@ -1,3 +1,7 @@ +2005-08-05 Helge Hess + + * NGVCardSaxHandler.h: fixed a gcc 4.0 warning (v4.5.58) + 2005-07-18 Helge Hess * iCalPerson.m: added -partStatWithDefault method to retrieve the diff --git a/sope-ical/NGiCal/NGVCardSaxHandler.h b/sope-ical/NGiCal/NGVCardSaxHandler.h index eb3d8e63..98414712 100644 --- a/sope-ical/NGiCal/NGVCardSaxHandler.h +++ b/sope-ical/NGiCal/NGVCardSaxHandler.h @@ -72,6 +72,7 @@ /* results */ - (NSArray *)vCards; +- (void)reset; /* content */ diff --git a/sope-ical/NGiCal/Version b/sope-ical/NGiCal/Version index 70d743ba..c0150566 100644 --- a/sope-ical/NGiCal/Version +++ b/sope-ical/NGiCal/Version @@ -2,7 +2,7 @@ MAJOR_VERSION=4 MINOR_VERSION=5 -SUBMINOR_VERSION:=57 +SUBMINOR_VERSION:=58 # v4.5.40 requires NGExtensions v4.5.145 # v4.5.37 requires NGExtensions v4.5.140