eo2: eo2_call_resolve_internal support undef HAVE_EO_ID

This commit is contained in:
Jérémy Zurcher 2013-09-01 23:48:57 +02:00 committed by Tom Hacohen
parent 2af0764eeb
commit 74f7bf3633
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ eo2_call_resolve_internal(const Eo_Class *klass_id, const Eo_Op op, Eo2_Op_Call_
ERR("you called a pure virtual func");
return EINA_FALSE;
}
call->klass_id = (Eo_Class *) klass->class_id;
call->klass_id = _eo_class_id_get(klass);
call->obj_id = fptr->obj_id;
call->func = func->func;