Revision: 29061 http://sourceforge.net/p/bibdesk/svn/29061 Author: hofman Date: 2025-02-24 16:42:10 +0000 (Mon, 24 Feb 2025) Log Message: ----------- publication of error object can be nil
Modified Paths: -------------- trunk/bibdesk/BDSKErrorObject.h Modified: trunk/bibdesk/BDSKErrorObject.h =================================================================== --- trunk/bibdesk/BDSKErrorObject.h 2025-02-24 15:47:32 UTC (rev 29060) +++ trunk/bibdesk/BDSKErrorObject.h 2025-02-24 16:42:10 UTC (rev 29061) @@ -65,7 +65,7 @@ @property (nonatomic, readonly) NSString *errorMessage; @property (nonatomic, readonly, getter=isIgnorableWarning) BOOL ignorableWarning; @property (nonatomic, strong) BDSKErrorEditor *editor; -@property (nonatomic, strong) BibItem *publication; +@property (nonatomic, nullable, strong) BibItem *publication; @end 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