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:
authorJacques Lucke <jacques@blender.org>2021-04-20 10:25:15 +0300
committerJacques Lucke <jacques@blender.org>2021-04-20 10:25:15 +0300
commit5d2ec2bc08275666a85b218167fc4d28ab230595 (patch)
tree2937d6e5bf325565fe2798c03d907b59cfb68a60 /source/blender/blenkernel/BKE_context.h
parent8c5c55b8c9c0cb5d4b8c296f5a8ee501aabc1ead (diff)
Cleanup: clang tidy readability-inconsistent-declaration-parameter-name
Diffstat (limited to 'source/blender/blenkernel/BKE_context.h')
-rw-r--r--source/blender/blenkernel/BKE_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_context.h b/source/blender/blenkernel/BKE_context.h
index cbebd1dfe0e..50aa6027840 100644
--- a/source/blender/blenkernel/BKE_context.h
+++ b/source/blender/blenkernel/BKE_context.h
@@ -223,7 +223,7 @@ struct bContextPollMsgDyn_Params {
const char *CTX_wm_operator_poll_msg_get(struct bContext *C, bool *r_free);
void CTX_wm_operator_poll_msg_set(struct bContext *C, const char *msg);
void CTX_wm_operator_poll_msg_set_dynamic(bContext *C,
- const struct bContextPollMsgDyn_Params *parms);
+ const struct bContextPollMsgDyn_Params *params);
void CTX_wm_operator_poll_msg_clear(struct bContext *C);
/* Data Context