X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2986eb869c0b00d6c7e3860ba0b757efe22d1759..f0368d28bf125cdc851e65e1ea215651f19453d2:/include/wx/graphics.h diff --git a/include/wx/graphics.h b/include/wx/graphics.h index ef8501e4ed..8d6c126e7b 100644 --- a/include/wx/graphics.h +++ b/include/wx/graphics.h @@ -491,7 +491,7 @@ public: virtual void GetTextExtent( const wxString &text, wxDouble *width, wxDouble *height, - wxDouble *descent, wxDouble *externalLeading ) const = 0; + wxDouble *descent = NULL, wxDouble *externalLeading = NULL ) const = 0; virtual void GetPartialTextExtents(const wxString& text, wxArrayDouble& widths) const = 0;