Cleanup: Fix warning in bf_editor_mesh

Declaration and implementation of EDBM_select_id_context_create got
out of sync leading to warning with msvc.
This commit is contained in:
2019-05-27 09:12:11 -06:00
parent 7f1513efc5
commit 7a308e65ef

View File

@@ -346,7 +346,7 @@ uint EDBM_select_id_context_elem_len(const struct EDBMSelectID_Context *sel_id_c
struct EDBMSelectID_Context *EDBM_select_id_context_create(ViewContext *vc,
Base **bases,
uint bases_len,
const uint bases_len,
short select_mode)
{
struct EDBMSelectID_Context *sel_id_ctx = MEM_mallocN(sizeof(*sel_id_ctx), __func__);