X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/521bf4ff3ef47059265beff5d53c9e1162beb122..8946ede10c2702c7acbb194fe8bd2793d7fb8358:/src/palmos/metafile.cpp diff --git a/src/palmos/metafile.cpp b/src/palmos/metafile.cpp index 5c6880d9b9..7626591e77 100644 --- a/src/palmos/metafile.cpp +++ b/src/palmos/metafile.cpp @@ -119,7 +119,8 @@ wxMetafileDC::~wxMetafileDC() } void wxMetafileDC::GetTextExtent(const wxString& string, long *x, long *y, - long *descent, long *externalLeading, wxFont *theFont, bool WXUNUSED(use16bit)) const + long *descent, long *externalLeading, + const wxFont *theFont, bool WXUNUSED(use16bit)) const { } @@ -128,7 +129,7 @@ wxMetafile *wxMetafileDC::Close() return NULL; } -void wxMetafileDC::SetMapMode(int mode) +void wxMetafileDC::SetMapMode(wxMappingMode mode) { }