Eolian/Generator: implementation prototype change

Since we know the type of the private data given as parameter of the
implemented function, we can set it instead of void *.
This commit is contained in:
Daniel Zaoui 2014-02-20 13:08:34 +02:00
parent 60919ecbe6
commit baaf92c93a
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ tmpl_eo_pardesc[] =" * @param[%s] %s\n";
static const char
tmpl_eobind_body[] ="\
\n\
@#ret_type _@#class_@#func(Eo *obj, void *_pd@#full_params);\n\n\
@#ret_type _@#class_@#func(Eo *obj, @#Class_Data *pd@#full_params);\n\n\
static void\n\
_eo_obj_@#class_@#func(Eo *obj, void *_pd, va_list *list@#list_unused)\n\
{\n\