Fix argument type generation with typed method binds

It needs to generate the types, not only set the argument count.
This commit is contained in:
George Marques 2022-04-02 14:32:01 -03:00
parent 99c07c92eb
commit f0ca73892a
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D

View file

@ -70,7 +70,7 @@ public:
#ifdef DEBUG_METHODS_ENABLED
_set_const($ifconst true$$ifnoconst false$);
#endif
set_argument_count($argc$);
_generate_argument_types($argc$);
$ifret _set_returns(true); $
};