Revision: 29065
          http://sourceforge.net/p/bibdesk/svn/29065
Author:   hofman
Date:     2025-02-24 18:40:42 +0000 (Mon, 24 Feb 2025)
Log Message:
-----------
make editor strong property, essentially nonnull. Errors owned by editors are 
always copies without editor.

Modified Paths:
--------------
    trunk/bibdesk/BDSKErrorObject.h

Modified: trunk/bibdesk/BDSKErrorObject.h
===================================================================
--- trunk/bibdesk/BDSKErrorObject.h     2025-02-24 18:18:10 UTC (rev 29064)
+++ trunk/bibdesk/BDSKErrorObject.h     2025-02-24 18:40:42 UTC (rev 29065)
@@ -43,7 +43,7 @@
 @class BDSKErrorEditor, BibItem;
 
 @interface BDSKErrorObject : NSObject <NSCopying> {
-       __weak BDSKErrorEditor *editor;
+    BDSKErrorEditor *editor;
        BibItem *publication;
     
     NSString *fileName;
@@ -64,7 +64,7 @@
 @property (nonatomic, readonly) NSString *errorClassName;
 @property (nonatomic, readonly) NSString *errorMessage;
 @property (nonatomic, readonly, getter=isIgnorableWarning) BOOL 
ignorableWarning;
-@property (nonatomic, nullable, weak) BDSKErrorEditor *editor;
+@property (nonatomic, 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
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to