Revision: 28977
          http://sourceforge.net/p/bibdesk/svn/28977
Author:   hofman
Date:     2024-11-25 17:09:59 +0000 (Mon, 25 Nov 2024)
Log Message:
-----------
strong variable for block does not need to be a block variable

Modified Paths:
--------------
    trunk/bibdesk/BDSKFiler.m

Modified: trunk/bibdesk/BDSKFiler.m
===================================================================
--- trunk/bibdesk/BDSKFiler.m   2024-11-25 17:01:50 UTC (rev 28976)
+++ trunk/bibdesk/BDSKFiler.m   2024-11-25 17:09:59 UTC (rev 28977)
@@ -175,7 +175,7 @@
        }
        
     __weak __block void (^weakFilePaperInfo)(NSInteger);
-    __block void (^filePaperInfo)(NSInteger);
+    void (^filePaperInfo)(NSInteger);
     
     weakFilePaperInfo = filePaperInfo = ^(NSInteger i){
         

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