From: Vadim Zeitlin Date: Wed, 23 Jul 2003 18:03:57 +0000 (+0000) Subject: another compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e356d4693d7d8459f849ae9700d46913bb1dc055?ds=inline another compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/renderer.cpp b/src/mac/carbon/renderer.cpp index ef763b25ea..34613a72bc 100644 --- a/src/mac/carbon/renderer.cpp +++ b/src/mac/carbon/renderer.cpp @@ -192,10 +192,10 @@ wxRendererMac::DrawTreeItemButton(wxWindow *win, } void -wxRendererMac::DrawSash(wxWindow *win, - wxDC& dc, - const wxSize& size, - wxCoord position) +wxRendererMac::DrawSplitterSash(wxWindow *win, + wxDC& dc, + const wxSize& size, + wxCoord position) { // VZ: we have to somehow determine if we're drawing a normal sash or // a brushed metal one as they look quite differently... this is diff --git a/src/mac/renderer.cpp b/src/mac/renderer.cpp index ef763b25ea..34613a72bc 100644 --- a/src/mac/renderer.cpp +++ b/src/mac/renderer.cpp @@ -192,10 +192,10 @@ wxRendererMac::DrawTreeItemButton(wxWindow *win, } void -wxRendererMac::DrawSash(wxWindow *win, - wxDC& dc, - const wxSize& size, - wxCoord position) +wxRendererMac::DrawSplitterSash(wxWindow *win, + wxDC& dc, + const wxSize& size, + wxCoord position) { // VZ: we have to somehow determine if we're drawing a normal sash or // a brushed metal one as they look quite differently... this is