From 9c97f0062209fc94419f5f9cd1adbbca531094e5 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 14 Sep 2006 19:45:27 +0000 Subject: [PATCH] Oops, file wasn't saved before last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/renderg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/generic/renderg.cpp b/src/generic/renderg.cpp index 758e36f472..38713efef0 100644 --- a/src/generic/renderg.cpp +++ b/src/generic/renderg.cpp @@ -50,14 +50,14 @@ public: wxDC& dc, const wxRect& rect, int flags = 0, - wxHBSortIconType sortArrow = wxHB_SORT_ICON_NONE, + wxHeaderSortIconType sortArrow = wxHDR_SORT_ICON_NONE, wxHeaderButtonParams* params = NULL); virtual void DrawHeaderButtonContents(wxWindow *win, wxDC& dc, const wxRect& rect, int flags = 0, - wxHBSortIconType sortArrow = wxHB_SORT_ICON_NONE, + wxHeaderSortIconType sortArrow = wxHDR_SORT_ICON_NONE, wxHeaderButtonParams* params = NULL); virtual int GetHeaderButtonHeight(wxWindow *win); -- 2.45.2