From 6c7b8aac38ca659d147eefa20a5322ff4657cc01 Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Tue, 1 Dec 2015 14:18:21 +0300 Subject: Fix Xcode projects after drape merge and rebase --- drape/hw_texture_ios.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drape/hw_texture_ios.mm') diff --git a/drape/hw_texture_ios.mm b/drape/hw_texture_ios.mm index 63ca499cc9..98a9097f7c 100644 --- a/drape/hw_texture_ios.mm +++ b/drape/hw_texture_ios.mm @@ -50,7 +50,7 @@ CVPixelBufferRef HWTextureAllocatorApple::CVCreatePixelBuffer(uint32_t width, ui [NSNumber numberWithBool:YES], kCVPixelBufferOpenGLESCompatibilityKey, nil]; - CFDictionaryRef attrsRef = (CFDictionaryRef)attrs; + CFDictionaryRef attrsRef = (__bridge CFDictionaryRef)attrs; CVPixelBufferRef result; CVReturn cvRetval; -- cgit v1.2.3