Revision: 28560
          http://sourceforge.net/p/bibdesk/svn/28560
Author:   hofman
Date:     2024-01-06 17:56:55 +0000 (Sat, 06 Jan 2024)
Log Message:
-----------
Import header. __unsafe_unretained with correct argument.

Modified Paths:
--------------
    trunk/bibdesk/BDSKFieldCollection.m
    trunk/bibdesk/BDSKLibraryGroup.m

Modified: trunk/bibdesk/BDSKFieldCollection.m
===================================================================
--- trunk/bibdesk/BDSKFieldCollection.m 2024-01-06 17:55:29 UTC (rev 28559)
+++ trunk/bibdesk/BDSKFieldCollection.m 2024-01-06 17:56:55 UTC (rev 28560)
@@ -155,7 +155,7 @@
     return self;
 }
 
-- (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState 
__unsafe_unretained *)state objects:(id *)stackbuf count:(NSUInteger)len {
+- (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state 
objects:(id __unsafe_unretained *)stackbuf count:(NSUInteger)len {
     NSUInteger i, current, count = [fieldNames count];
     for (i = 0, current = state->state; current < count && i < len; i++, 
current++)
         stackbuf[i] = [fieldCollection fieldForName:[fieldNames 
objectAtIndex:current]];

Modified: trunk/bibdesk/BDSKLibraryGroup.m
===================================================================
--- trunk/bibdesk/BDSKLibraryGroup.m    2024-01-06 17:55:29 UTC (rev 28559)
+++ trunk/bibdesk/BDSKLibraryGroup.m    2024-01-06 17:56:55 UTC (rev 28560)
@@ -40,6 +40,7 @@
 #import "NSImage_BDSKExtensions.h"
 #import "BibItem.h"
 #import "BibDocument.h"
+#import "BDSKPublicationsArray.h"
 
 
 @implementation BDSKLibraryGroup

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to