From: Robin Dunn Date: Thu, 14 Sep 2006 19:45:27 +0000 (+0000) Subject: Oops, file wasn't saved before last commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9c97f0062209fc94419f5f9cd1adbbca531094e5 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 --- 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);