- yet another warning fix

This commit is contained in:
Daniel Dunbar
2005-07-18 20:03:52 +00:00
parent 47072e5084
commit 28057fa2f6

View File

@@ -1305,7 +1305,7 @@ static float *get_mesh_orco(Object *ob)
}
static void free_mesh_orco_hash(void)
{
BLI_ghash_free(g_orco_hash, NULL, MEM_freeN);
BLI_ghash_free(g_orco_hash, NULL, (GHashValFreeFP)MEM_freeN);
g_orco_hash = NULL;
}