Revision: 29010 http://sourceforge.net/p/bibdesk/svn/29010 Author: hofman Date: 2025-02-17 09:49:36 +0000 (Mon, 17 Feb 2025) Log Message: ----------- group publications can be nil in some classes
Modified Paths: -------------- trunk/bibdesk/BDSKGroup.h Modified: trunk/bibdesk/BDSKGroup.h =================================================================== --- trunk/bibdesk/BDSKGroup.h 2025-02-17 09:40:56 UTC (rev 29009) +++ trunk/bibdesk/BDSKGroup.h 2025-02-17 09:49:36 UTC (rev 29010) @@ -113,7 +113,7 @@ @property (nonatomic, nullable, readonly) BDSKMacroResolver *macroResolver; -@property (nonatomic, readonly) NSArray *publications; +@property (nonatomic, nullable, readonly) NSArray *publications; - (BOOL)containsItem:(BibItem *)item; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit