Cleanup: clang tidy readability-inconsistent-declaration-parameter-name

This commit is contained in:
Jacques Lucke 2021-04-20 09:25:15 +02:00
parent 8c5c55b8c9
commit 5d2ec2bc08
1 changed files with 1 additions and 1 deletions

View File

@ -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