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-10-04 05:54:01 +0300
committerCampbell Barton <campbell@blender.org>2022-10-04 05:54:01 +0300
commita9918e9c0eac5d6b4ed89d7b7eae617c8a3785ad (patch)
tree107b90e3a226217b313ce6e8fb747cddc8539887 /source/blender/editors/sculpt_paint/sculpt_ops.c
parent1d629a44036286b2d5e255f8a3f10d3f1eb0af08 (diff)
Cleanup: undeclared function warning
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_ops.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_ops.c b/source/blender/editors/sculpt_paint/sculpt_ops.c
index ae119b9e8a5..258e14479c8 100644
--- a/source/blender/editors/sculpt_paint/sculpt_ops.c
+++ b/source/blender/editors/sculpt_paint/sculpt_ops.c
@@ -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";