My bad.. the type is referring to something out of the macro

SVN revision: 67404
This commit is contained in:
Iván Briano 2012-01-20 20:18:10 +00:00
parent 93ed956adf
commit 2283fda5f4
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ EAPI extern const Eina_Value_Type *_EINA_VALUE_TYPE_BASICS_END;
} \
while (0)
#define EINA_VALUE_TYPE_DISPATCH_RETURN(type, method, no_method_err, def_ret, ...) \
#define EINA_VALUE_TYPE_DISPATCH_RETURN(value, method, no_method_err, def_ret, ...) \
do \
{ \
if (type->method) \