Cleanup: fix comile error from last commit

This commit is contained in:
Joseph Eagar 2022-12-13 13:58:27 -08:00
parent 939b63bcd6
commit 9f1d7d930d
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ static SculptAttribute *sculpt_attribute_ensure_ex(Object *ob,
const SculptAttributeParams *params,
PBVHType pbvhtype,
bool flat_array_for_bmesh);
void sculptsession_bmesh_add_layers(Object *ob);
static void sculptsession_bmesh_add_layers(Object *ob);
using blender::MutableSpan;
using blender::Span;