Revision: 28642
          http://sourceforge.net/p/bibdesk/svn/28642
Author:   hofman
Date:     2024-01-21 23:42:15 +0000 (Sun, 21 Jan 2024)
Log Message:
-----------
add a birdge

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVCGImageCache.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVCGImageCache.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVCGImageCache.m  2024-01-21 
18:55:11 UTC (rev 28641)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVCGImageCache.m  2024-01-21 
23:42:15 UTC (rev 28642)
@@ -173,7 +173,7 @@
 #if USE_IMAGEIO
     static NSDictionary *imageProperties = nil;
     if (nil == imageProperties)
-        imageProperties = [[NSDictionary alloc] 
initWithObjectsAndKeys:[NSNumber numberWithInt:1.0], 
(id)kCGImageDestinationLossyCompressionQuality, nil];
+        imageProperties = [[NSDictionary alloc] 
initWithObjectsAndKeys:[NSNumber numberWithInt:1.0], (__bridge 
id)kCGImageDestinationLossyCompressionQuality, nil];
     
     CGImageSourceRef imsrc = CGImageSourceCreateWithData((CFDataRef)data, 
(CFDictionaryRef)imageProperties);
     if (imsrc && CGImageSourceGetCount(imsrc))

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