]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/graphics.cpp
blind build fix for wxMac
[wxWidgets.git] / src / osx / carbon / graphics.cpp
index 699842431cea4f1ee1a0b29829c23cda224e5760..6afb4468a4f2eb71ca2886cf9ff12ae06d7765f6 100644 (file)
@@ -2010,7 +2010,7 @@ void wxMacCoreGraphicsContext::DoDrawRotatedText(const wxString &str,
     if ( UMAGetSystemVersion() >= 0x1050 )
     {
         // default implementation takes care of rotation and calls non rotated DrawText afterwards
-        wxGraphicsContext::DrawText( str, x, y, angle );
+        wxGraphicsContext::DoDrawRotatedText( str, x, y, angle );
         return;
     }
 #endif