Small fix to be able to compile Blender.

This commit is contained in:
Jiri Hnidek 2008-06-18 09:52:31 +00:00
parent d39154bb50
commit 5cd4b6ac90

@ -150,7 +150,7 @@ void BL_SkinMeshObject::Bucketize(double* oglmatrix,void* clientobj,bool useObje
}
static get_def_index(Object* ob, const char* vgroup)
static int get_def_index(Object* ob, const char* vgroup)
{
bDeformGroup *curdef;
int index = 0;