]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/metafile.cpp
make it explicitly clear that the len parameter of SetData() is in bytes
[wxWidgets.git] / src / palmos / metafile.cpp
index 5c6880d9b96c4ee5c498e5bcc9fcfef2681e804a..7626591e7793a2b9fcd2ea04dcebdf59d0db9139 100644 (file)
@@ -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)
 {
 }