From: joonbum.ko Date: Wed, 20 Jun 2018 04:38:41 +0000 (+0900) Subject: wsi.h: Fixed wrong type for const pointer value. X-Git-Tag: accepted/tizen/unified/20180621.141317~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=411ef94f4692a4e814a175a8c7ac0725d42e670c;p=platform%2Fcore%2Fuifw%2Fvulkan-wsi-tizen.git wsi.h: Fixed wrong type for const pointer value. Change-Id: Iaffd885ff3db4da4d1db18c3310f5ceea62b4db5 Signed-off-by: joonbum.ko --- diff --git a/src/wsi/wsi.h b/src/wsi/wsi.h index 6691029..7b59d14 100644 --- a/src/wsi/wsi.h +++ b/src/wsi/wsi.h @@ -123,7 +123,7 @@ struct vk_buffer { }; struct vk_swapchain { - VkAllocationCallbacks *allocator; + const VkAllocationCallbacks *allocator; VkSurfaceKHR surface; VkResult (*get_buffers) (VkDevice,