]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/graphics.h
support for iPhone callbacks
[wxWidgets.git] / interface / wx / graphics.h
index a8ebbabd67a1a6749362565200417f0b5c90f6a7..a748cb3f309442c13569ea7e8b6df1be50ea1140 100644 (file)
@@ -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);