]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/graphics.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / interface / wx / graphics.h
index a8ebbabd67a1a6749362565200417f0b5c90f6a7..96b3457508871926925c15126a73571662925e13 100644 (file)
@@ -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);