fixed a compiler warning message in vs 2008

This commit is contained in:
Gaia Clary
2013-06-29 08:41:20 +00:00
parent 23d3c64b59
commit b70c844c5f

View File

@@ -146,7 +146,7 @@ void BKE_mesh_flush_hidden_from_verts(struct Mesh *me);
void BKE_mesh_flush_hidden_from_polys_ex(struct MVert *mvert,
const struct MLoop *mloop,
struct MEdge *medge, int totedge,
struct MEdge *medge, const int totedge,
const struct MPoly *mpoly, const int totpoly);
void BKE_mesh_flush_hidden_from_polys(struct Mesh *me);