mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 18:22:01 +08:00
Previously, only the second parameter, in which translation vector was returned, could be null. Make it possible to specify null for the first parameter if it is not needed too now. Still check that at least one parameter is not null, as it doesn't make sense to call the function otherwise. Update documentation to reflect the new behaviour. Closes #26303.