]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
deprecate wxDrawObject (#9860)
[wxWidgets.git] / include / wx / image.h
index fd7695684176e7140d1493b2dcea06df61c42f18..76b9c81c6a478e156c606188d9268da3f87ab8d8 100644 (file)
@@ -286,7 +286,7 @@ public:
     // Rotates the image about the given point, 'angle' radians.
     // Returns the rotated image, leaving this image intact.
     wxImage Rotate(double angle, const wxPoint & centre_of_rotation,
-                   bool interpolating = true, wxPoint * offset_after_rotation = (wxPoint*) NULL) const;
+                   bool interpolating = true, wxPoint * offset_after_rotation = NULL) const;
 
     wxImage Rotate90( bool clockwise = true ) const;
     wxImage Mirror( bool horizontally = true ) const;