]> git.saurik.com Git - wxWidgets.git/commitdiff
Oops, file wasn't saved before last commit
authorRobin Dunn <robin@alldunn.com>
Thu, 14 Sep 2006 19:45:27 +0000 (19:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 14 Sep 2006 19:45:27 +0000 (19:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/renderg.cpp

index 758e36f472fdaa9d1717f82c5fb55f4f1ac129af..38713efef077408414dac34156eb4a59ecb98a6f 100644 (file)
@@ -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);