WinCE build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -469,7 +469,7 @@ public:
|
|||||||
{ m_targetDc->ResetBoundingBox(); }
|
{ m_targetDc->ResetBoundingBox(); }
|
||||||
#if defined(__WXWINCE__)
|
#if defined(__WXWINCE__)
|
||||||
void Rotate( wxList* points, double angle, wxPoint center = wxPoint(0,0) )
|
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__)
|
#endif // defined(__WXWINCE__)
|
||||||
virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp)
|
virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp)
|
||||||
{ m_targetDc->SetAxisOrientation(xLeftRight, yBottomUp); }
|
{ m_targetDc->SetAxisOrientation(xLeftRight, yBottomUp); }
|
||||||
|
|||||||
Reference in New Issue
Block a user