X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17473a770a4aaed3b0904025f5e3e139441b0909..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/graphics.h diff --git a/interface/wx/graphics.h b/interface/wx/graphics.h index 2f052a5f08..96b3457508 100644 --- a/interface/wx/graphics.h +++ b/interface/wx/graphics.h @@ -2,7 +2,6 @@ // Name: graphics.h // Purpose: interface of various wxGraphics* classes // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -1344,7 +1343,7 @@ public: /** Rotates this matrix clockwise (in radians). - @param radians + @param angle Rotation angle in radians, clockwise. */ virtual void Rotate(wxDouble angle);