aboutsummaryrefslogtreecommitdiff
path: root/loader/debug_report.c
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-08-06 13:56:43 -0600
committerJon Ashburn <jon@lunarg.com>2015-08-07 11:10:58 -0600
commitbd58a524979f1d121be11f4beb3b14d2085438e9 (patch)
treee5cb7a8a0c8764cabd301eb4452ef3d38b17e7dc /loader/debug_report.c
parent84cb7302771d960147f504fac9502965aa264e72 (diff)
downloadusermoji-bd58a524979f1d121be11f4beb3b14d2085438e9.tar.xz
include: Change debug report pUserData parameter to non-const
This was inconsistently defined.
Diffstat (limited to 'loader/debug_report.c')
-rw-r--r--loader/debug_report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/debug_report.c b/loader/debug_report.c
index 7983a5da..2cb7bc35 100644
--- a/loader/debug_report.c
+++ b/loader/debug_report.c
@@ -131,7 +131,7 @@ VkResult VKAPI loader_DbgCreateMsgCallback(
VkInstance instance,
VkFlags msgFlags,
const PFN_vkDbgMsgCallback pfnMsgCallback,
- const void* pUserData,
+ void* pUserData,
VkDbgMsgCallback* pMsgCallback)
{
VkDbgMsgCallback *icd_info;