Revision: 29640
          http://sourceforge.net/p/bibdesk/svn/29640
Author:   hofman
Date:     2025-09-28 16:08:59 +0000 (Sun, 28 Sep 2025)
Log Message:
-----------
add NS_RETURNS_INNER_POINTER to be sure

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

Modified: trunk/bibdesk/BDSKFileSearchIndex.h
===================================================================
--- trunk/bibdesk/BDSKFileSearchIndex.h 2025-09-28 15:54:24 UTC (rev 29639)
+++ trunk/bibdesk/BDSKFileSearchIndex.h 2025-09-28 16:08:59 UTC (rev 29640)
@@ -88,7 +88,7 @@
 - (instancetype)initForOwner:(nullable id <BDSKOwner>)owner;
 
 // Warning:  it is /not/ safe to write to this SKIndexRef directly; use it 
only for reading.
-@property (nonatomic, readonly) SKIndexRef index;
+@property (nonatomic, readonly) SKIndexRef index NS_RETURNS_INNER_POINTER;
 
 - (void)resetWithPublications:(nullable NSArray *)pubs;
 

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

Reply via email to