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:
parent
99c07c92eb
commit
f0ca73892a
1 changed files with 1 additions and 1 deletions
|
@ -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); $
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue