From: Robin Dunn Date: Tue, 3 Oct 2006 21:54:36 +0000 (+0000) Subject: fix parameter type X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/38af4365b3d087abd53744620a9f39fdf6dc15dd fix parameter type git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/graphics.cpp b/src/mac/carbon/graphics.cpp index 8b13f10247..f219c1edc9 100755 --- a/src/mac/carbon/graphics.cpp +++ b/src/mac/carbon/graphics.cpp @@ -936,7 +936,7 @@ void wxMacCoreGraphicsContext::DrawText( const wxString &str, wxDouble x, wxDoub DrawText(str, x, y, 0.0); } -void wxMacCoreGraphicsContext::DrawText( const wxString &str, wxDouble x, wxDouble y, double angle ) +void wxMacCoreGraphicsContext::DrawText( const wxString &str, wxDouble x, wxDouble y, wxDouble angle ) { OSStatus status = noErr; ATSUTextLayout atsuLayout;