Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-09-26 03:32:09 +0300
committerCampbell Barton <campbell@blender.org>2022-09-26 03:52:52 +0300
commit3a7dc572dc9bbad35bdff3a3aeca8eab0ccb3fb7 (patch)
tree56bbb2d76dde667d59336023a0fc2ca883b9cd69 /intern/ghost/intern/GHOST_XrControllerModel.cpp
parent5b320e5a245f2b54743662ade3894f0a4d66750d (diff)
Cleanup: use 'u' prefixed unsigned types for GHOST
Diffstat (limited to 'intern/ghost/intern/GHOST_XrControllerModel.cpp')
-rw-r--r--intern/ghost/intern/GHOST_XrControllerModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_XrControllerModel.cpp b/intern/ghost/intern/GHOST_XrControllerModel.cpp
index dc77f6e8976..c841fc0cf46 100644
--- a/intern/ghost/intern/GHOST_XrControllerModel.cpp
+++ b/intern/ghost/intern/GHOST_XrControllerModel.cpp
@@ -467,7 +467,7 @@ void GHOST_XrControllerModel::loadControllerModel(XrSession session)
std::string *p2,
int p3,
int p4,
- const unsigned char *p5,
+ const uchar *p5,
int p6,
void *user_pointer) -> bool {
(void)img;