X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..c6ea1fdaf924be4ee49a19d12f76e4fcd257bb0a:/include/wx/palmos/metafile.h?ds=sidebyside diff --git a/include/wx/palmos/metafile.h b/include/wx/palmos/metafile.h index 0986bcb4ba..483398e284 100644 --- a/include/wx/palmos/metafile.h +++ b/include/wx/palmos/metafile.h @@ -88,7 +88,7 @@ public: // Should be called at end of drawing virtual wxMetafile *Close(); - virtual void SetMapMode(int mode); + virtual void SetMapMode(wxMappingMode mode); virtual void GetTextExtent(const wxString& string, long *x, long *y, long *descent = NULL, long *externalLeading = NULL, const wxFont *theFont = NULL, bool use16bit = FALSE) const;