]> git.saurik.com Git - wxWidgets.git/commitdiff
WinCE build fix.
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 10 Oct 2006 13:46:23 +0000 (13:46 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 10 Oct 2006 13:46:23 +0000 (13:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dcbuffer.h

index 216f4f970b6fb7d57d7ba03fdef8f6e4595b8cd8..f9a8afa46fc8b4651e5a18ad06c57065c2c2f5da 100644 (file)
@@ -469,7 +469,7 @@ public:
         { m_targetDc->ResetBoundingBox(); }
 #if defined(__WXWINCE__)
     void Rotate( wxList* points, double angle, wxPoint center = wxPoint(0,0) )
         { m_targetDc->ResetBoundingBox(); }
 #if defined(__WXWINCE__)
     void Rotate( wxList* points, double angle, wxPoint center = wxPoint(0,0) )
-        { m_targetDc->Rotate(points, angle, center, 0)); }
+        { m_targetDc->Rotate(points, angle, center); }
 #endif // defined(__WXWINCE__)
     virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp)
         { m_targetDc->SetAxisOrientation(xLeftRight, yBottomUp); }
 #endif // defined(__WXWINCE__)
     virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp)
         { m_targetDc->SetAxisOrientation(xLeftRight, yBottomUp); }