]> err.no Git - sope/commitdiff
fixed a Cocoa compile warning
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 16 Jan 2006 13:44:26 +0000 (13:44 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 16 Jan 2006 13:44:26 +0000 (13:44 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1202 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-ical/NGiCal/ChangeLog
sope-ical/NGiCal/Version
sope-ical/NGiCal/iCalRecurrenceRule.m

index 3d175ac25e8f1acea510f508cb40b1baee17ff29..1090cb80ba1c666188e8445e727c5aa3e914ae67 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-16  Helge Hess  <helge.hess@opengroupware.org>
+
+       * iCalRecurrenceRule.m: properly include NSString+Ext.h to avoid a
+         warning during Cocoa compilation (v4.5.71)
+
 2005-11-17  Helge Hess  <helge.hess@opengroupware.org>
 
        * include string.h where required (v4.5.70)
index db6ad7b39e1c63ba542d3fdc4a910e0a2bb56343..fe04776f451e95dbab6a4f0e4533da3b06a6da52 100644 (file)
@@ -2,7 +2,7 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=5
-SUBMINOR_VERSION:=70
+SUBMINOR_VERSION:=71
 
 # v4.5.40 requires NGExtensions v4.5.145
 # v4.5.37 requires NGExtensions v4.5.140
index 15f6e700e5fde11b7c45fc64280787c5fb236507..5c12839971f40e5aadfbb383e02a0ffbe577807b 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "iCalRecurrenceRule.h"
 #include "NSCalendarDate+ICal.h"
+#include <NGExtensions/NSString+Ext.h>
 #include "common.h"
 
 /*