On Thu Jun 19 08:58:40 2025 +0000, Nikolay Sivov wrote:
The commit message is a little inaccurate, order does not have anything to do with argument types. Vtable order of overloaded methods is opposite to their order in the .idl file. We had problems with that ever since C++-only headers/idls started to appear in SDK, like in 897c1d03fac13f6d0d7f32f85951d09d3bb3a42b.
I see. I've updated the commit message. Thanks.