Cleanup: undeclared function warning

This commit is contained in:
Campbell Barton
2022-10-04 13:54:01 +11:00
parent 1d629a4403
commit a9918e9c0e

View File

@@ -1355,7 +1355,7 @@ static int sculpt_reveal_all_exec(bContext *C, wmOperator *op)
return OPERATOR_FINISHED;
}
void SCULPT_OT_reveal_all(wmOperatorType *ot)
static void SCULPT_OT_reveal_all(wmOperatorType *ot)
{
/* Identifiers. */
ot->name = "Reveal All";