summaryrefslogtreecommitdiffstats
path: root/core/callable_method_pointer.h
Commit message (Collapse)AuthorAgeFilesLines
* callable_mp: Fix non-debug branchRémi Verschelde2020-02-231-2/+15
| | | | | | | | Was missed in #36393 because no `callable_mp()` calls were actually compiled with `tools=no` in that PR. Also work around GCC warning that also affects the `call_with_variant_args_ret_helper` variant.
* Created the callable_mp macro, for signals to call method pointers directly.Juan Linietsky2020-02-211-0/+279