From bd14cf2dbf5d32dfee63e4bd8821471bd1186f6f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 29 Oct 2025 00:33:59 +0100 Subject: [PATCH] Fix wxHeaderCtrl documentation after recent parameter change Correct a problem introduced in 00bd397cf2 (Fix parameter name in wxHeaderCtrl::ShowSortIndicator(), 2025-10-28) which wrongly renamed the parameter but not its documentation. See #25934. --- interface/wx/headerctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/headerctrl.h b/interface/wx/headerctrl.h index 7eca9550c9..c08bbc3802 100644 --- a/interface/wx/headerctrl.h +++ b/interface/wx/headerctrl.h @@ -658,7 +658,7 @@ public: The column to set the sort indicator for. If @c -1 is given, then the currently shown sort indicator will be removed. - @param sortOrder + @param ascending If @true or @false show the sort indicator corresponding to ascending or descending sort order respectively. */