commit | f9136f4fc0e16231352dccfb48d87eefefc85ece | [log] [tgz] |
---|---|---|
author | Jon Ashburn <jon@lunarg.com> | Thu Aug 06 13:56:43 2015 -0600 |
committer | Jon Ashburn <jon@lunarg.com> | Fri Aug 07 11:10:58 2015 -0600 |
tree | 5b8a8614ab1d18e042d0eb2540b47e1bcd8f8d19 | |
parent | 8a190642558f50c74014d8856408b2cf86099f16 [diff] [blame] |
include: Change debug report pUserData parameter to non-const This was inconsistently defined.
diff --git a/loader/debug_report.c b/loader/debug_report.c index 7983a5d..2cb7bc3 100644 --- a/loader/debug_report.c +++ b/loader/debug_report.c
@@ -131,7 +131,7 @@ VkInstance instance, VkFlags msgFlags, const PFN_vkDbgMsgCallback pfnMsgCallback, - const void* pUserData, + void* pUserData, VkDbgMsgCallback* pMsgCallback) { VkDbgMsgCallback *icd_info;