mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-24 11:24:08 +08:00
Null argument is allowed in wxHtmlHelpController::ReadCustomization() and is potentially useful here to prevent the use of a dangling pointer. Also explicitly document that this parameter can be null. Closes #26238.