Revision: 29642
          http://sourceforge.net/p/bibdesk/svn/29642
Author:   hofman
Date:     2025-09-29 15:06:12 +0000 (Mon, 29 Sep 2025)
Log Message:
-----------
add a __bridge for clarity

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

Modified: trunk/bibdesk/BDSKItemSearchIndexes.m
===================================================================
--- trunk/bibdesk/BDSKItemSearchIndexes.m       2025-09-29 09:12:38 UTC (rev 
29641)
+++ trunk/bibdesk/BDSKItemSearchIndexes.m       2025-09-29 15:06:12 UTC (rev 
29642)
@@ -191,7 +191,7 @@
 
 - (SKIndexRef)indexForField:(NSString *)field {
     NSParameterAssert(nil != field);
-    SKIndexRef anIndex = (SKIndexRef)CFDictionaryGetValue(searchIndexes, 
(CFStringRef)field);
+    SKIndexRef anIndex = (SKIndexRef)CFDictionaryGetValue(searchIndexes, 
(__bridge CFStringRef)field);
     if (anIndex)
         CFRetain(anIndex);
     if (CFSetContainsValue(indexesToFlush, anIndex)) {

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