Merge pull request #59814 from vnen/type-info-release-3.x

Fix argument type generation with typed method binds
This commit is contained in:
Rémi Verschelde 2022-04-02 21:53:40 +02:00 committed by GitHub
commit 20a0463bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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); $
};