]> git.saurik.com Git - wxWidgets.git/commitdiff
fix parameter type
authorRobin Dunn <robin@alldunn.com>
Tue, 3 Oct 2006 21:54:36 +0000 (21:54 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 3 Oct 2006 21:54:36 +0000 (21:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/graphics.cpp

index 8b13f1024711652a25e2bf99143ba741827babea..f219c1edc97be66760025c9fb7485c8d6d68cbb2 100755 (executable)
@@ -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;