Cleanup: quiet missing-declarations warning

This commit is contained in:
Campbell Barton
2024-05-30 23:34:23 +10:00
parent edd0914853
commit 2bc7a7edfc

View File

@@ -699,7 +699,7 @@ static Vector<FillToolTargetInfo> ensure_editable_drawings(const Scene &scene,
return drawings;
}
void smooth_fill_strokes(bke::CurvesGeometry &curves, const IndexMask &stroke_mask)
static void smooth_fill_strokes(bke::CurvesGeometry &curves, const IndexMask &stroke_mask)
{
const int iterations = 20;
if (curves.points_num() == 0) {