From cccdce19011d78fcf3898e8f7385b3619f4a8a0a Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Mon, 30 Nov 2015 15:22:41 -0700 Subject: debug_report: make destroy have void return value --- loader/debug_report.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader/debug_report.h') diff --git a/loader/debug_report.h b/loader/debug_report.h index 82100214..481cbd46 100644 --- a/loader/debug_report.h +++ b/loader/debug_report.h @@ -108,7 +108,7 @@ VKAPI_ATTR VkResult VKAPI_CALL loader_CreateDebugReportCallback( const VkAllocationCallbacks *pAllocator, VkDebugReportCallbackLUNARG *pCallback); -VKAPI_ATTR VkResult VKAPI_CALL loader_DestroyDebugReportCallback( +VKAPI_ATTR void VKAPI_CALL loader_DestroyDebugReportCallback( VkInstance instance, VkDebugReportCallbackLUNARG callback, const VkAllocationCallbacks *pAllocator); -- cgit v1.2.3