X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55ccdb93e4ae4b606a4068cb37492c1ec3ed77a6..564ab31a536c90ff37fc5a4d4ffc09b55c7bdb96:/include/wx/msw/metafile.h diff --git a/include/wx/msw/metafile.h b/include/wx/msw/metafile.h index 3fb6377b42..de7eda4124 100644 --- a/include/wx/msw/metafile.h +++ b/include/wx/msw/metafile.h @@ -90,7 +90,7 @@ public: virtual void SetMapMode(int mode); virtual void GetTextExtent(const wxString& string, long *x, long *y, long *descent = NULL, long *externalLeading = NULL, - wxFont *theFont = NULL, bool use16bit = false) const; + const wxFont *theFont = NULL, bool use16bit = false) const; // Implementation wxMetafile *GetMetaFile() const { return m_metaFile; }