]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dcclient.h
Applied #9076 (scrolling bars grow box fix)
[wxWidgets.git] / include / wx / gtk1 / dcclient.h
index bf094360fa19e4b0da3f297264f7ef395daf5073..bc6ade190132b7d390fe658134bd31113e91c4fb 100644 (file)
@@ -73,9 +73,9 @@ protected:
                                    double angle);
     virtual void DoGetTextExtent( const wxString &string,
                                 wxCoord *width, wxCoord *height,
-                                wxCoord *descent = (wxCoord *) NULL,
-                                wxCoord *externalLeading = (wxCoord *) NULL,
-                                const wxFont *theFont = (wxFont *) NULL) const;
+                                wxCoord *descent = NULL,
+                                wxCoord *externalLeading = NULL,
+                                const wxFont *theFont = NULL) const;
 
 public:
     virtual wxCoord GetCharWidth() const;