X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc33ae725d8338fbb499490b69c96968c8fac9cb..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/graphics.h diff --git a/interface/wx/graphics.h b/interface/wx/graphics.h index a8ebbabd67..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 ///////////////////////////////////////////////////////////////////////////// @@ -981,7 +980,7 @@ public: /** Returns the number of stops. */ - unsigned GetCount() const; + size_t GetCount() const; /** Set the start colour to @a col @@ -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);