Revision: 29066
http://sourceforge.net/p/bibdesk/svn/29066
Author: hofman
Date: 2025-02-24 22:22:38 +0000 (Mon, 24 Feb 2025)
Log Message:
-----------
error editor can in fact be nil
Modified Paths:
--------------
trunk/bibdesk/BDSKErrorObject.h
Modified: trunk/bibdesk/BDSKErrorObject.h
===================================================================
--- trunk/bibdesk/BDSKErrorObject.h 2025-02-24 18:40:42 UTC (rev 29065)
+++ trunk/bibdesk/BDSKErrorObject.h 2025-02-24 22:22:38 UTC (rev 29066)
@@ -64,7 +64,7 @@
@property (nonatomic, readonly) NSString *errorClassName;
@property (nonatomic, readonly) NSString *errorMessage;
@property (nonatomic, readonly, getter=isIgnorableWarning) BOOL
ignorableWarning;
-@property (nonatomic, strong) BDSKErrorEditor *editor;
+@property (nonatomic, nullable, strong) BDSKErrorEditor *editor;
@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
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit