Cleanup: Use forward declaration of struct in header

This meant that BKE_mesh.h couldn't be used without
the DNA headers first.
This commit is contained in:
Hans Goudey 2022-01-07 12:42:04 -06:00
parent 1152caad32
commit 5ba5678e00
1 changed files with 1 additions and 1 deletions

View File

@ -951,7 +951,7 @@ void BKE_mesh_calc_edges_tessface(struct Mesh *mesh);
/* In DerivedMesh.cc */
void BKE_mesh_wrapper_deferred_finalize(struct Mesh *me_eval,
const CustomData_MeshMasks *cd_mask_finalize);
const struct CustomData_MeshMasks *cd_mask_finalize);
/* **** Depsgraph evaluation **** */