]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/metafile.h
Implement basic support for virtual file systems for the ie backend. Registering...
[wxWidgets.git] / include / wx / palmos / metafile.h
index 0986bcb4bae4f0edef6fc9b7495bfa8c52a852ca..483398e284ae63b011e4a14b54bd7846942bcb34 100644 (file)
@@ -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;