From 1e417065df626cf8f70d9aac2c333da2e1a4e44c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 5 Dec 2008 10:15:00 +0000 Subject: [PATCH] no changes, just remove typos in comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/renderer.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/wx/renderer.h b/include/wx/renderer.h index 94119d8994..54929645c5 100644 --- a/include/wx/renderer.h +++ b/include/wx/renderer.h @@ -110,10 +110,11 @@ struct WXDLLIMPEXP_CORE wxHeaderButtonParams int m_labelAlignment; }; -enum wxHeaderSortIconType { +enum wxHeaderSortIconType +{ wxHDR_SORT_ICON_NONE, // Header button has no sort arrow - wxHDR_SORT_ICON_UP, // Header button an an up sort arrow icon - wxHDR_SORT_ICON_DOWN // Header button an a down sort arrow icon + wxHDR_SORT_ICON_UP, // Header button an up sort arrow icon + wxHDR_SORT_ICON_DOWN // Header button a down sort arrow icon }; -- 2.50.0