X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16cba29d3a5a0a95b367382311a4a7a9a9833210..d51305e81eb593bedd92cda864671e15209c268f:/include/wx/dc.h diff --git a/include/wx/dc.h b/include/wx/dc.h index 6deddb04f9..0e6d1d055b 100644 --- a/include/wx/dc.h +++ b/include/wx/dc.h @@ -348,7 +348,7 @@ public: * \param angle Rotating angle (counterclockwise, start at 3 o'clock, 360 is full circle). * \param center Center of rotation. */ - void Rotate( wxList* points, double angle, wxPoint center = wxPoint() ); + void Rotate( wxList* points, double angle, wxPoint center = wxPoint(0,0) ); // used by DrawEllipticArcRot // Careful: wxList gets filled with points you have to delete later.