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:
@ -70,7 +70,7 @@ public:
|
|||||||
#ifdef DEBUG_METHODS_ENABLED
|
#ifdef DEBUG_METHODS_ENABLED
|
||||||
_set_const($ifconst true$$ifnoconst false$);
|
_set_const($ifconst true$$ifnoconst false$);
|
||||||
#endif
|
#endif
|
||||||
set_argument_count($argc$);
|
_generate_argument_types($argc$);
|
||||||
|
|
||||||
$ifret _set_returns(true); $
|
$ifret _set_returns(true); $
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user