X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55ccdb93e4ae4b606a4068cb37492c1ec3ed77a6..210bb741b94a7a4a015de730017c3576afe7a8f1:/include/wx/palmos/metafile.h diff --git a/include/wx/palmos/metafile.h b/include/wx/palmos/metafile.h index 71a94deb7a..0ca14ac864 100644 --- a/include/wx/palmos/metafile.h +++ b/include/wx/palmos/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; }