X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc33ae725d8338fbb499490b69c96968c8fac9cb..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/graphics.h diff --git a/interface/wx/graphics.h b/interface/wx/graphics.h index a8ebbabd67..a748cb3f30 100644 --- a/interface/wx/graphics.h +++ b/interface/wx/graphics.h @@ -981,7 +981,7 @@ public: /** Returns the number of stops. */ - unsigned GetCount() const; + size_t GetCount() const; /** Set the start colour to @a col @@ -1344,7 +1344,7 @@ public: /** Rotates this matrix clockwise (in radians). - @param radians + @param angle Rotation angle in radians, clockwise. */ virtual void Rotate(wxDouble angle);