On 9/26/19 11:16 AM, Gabriel Zachmann via Cocoa-dev wrote:
     NSImage * nsImage = [[NSImage alloc] initWithSize: nsimgrep.size];
     [nsImage addRepresentation: nsimgrep];
     return NSImage;

You probably mean to write

   return nsImage;

Best Regards
Markus

--
__________________________________________
Markus Spoettl
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to