]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/metafile.cpp
Add space all around std buttons as per Apple HIG (and as the comment in the code...
[wxWidgets.git] / src / os2 / metafile.cpp
index 2938562b0320831e75ca7f42ddb95d2a27d4c118..4cc420425b1d63b580597bacaab1f422d636d897 100644 (file)
@@ -73,7 +73,7 @@ wxGDIRefData *wxMetafile::CreateGDIRefData() const
 
 wxGDIRefData *wxMetafile::CloneGDIRefData(const wxGDIRefData *data) const
 {
-    return new wxMetafileRefData(*wx_static_cast(const wxMetafileRefData *, data));
+    return new wxMetafileRefData(*static_cast<const wxMetafileRefData *>(data));
 }
 
 bool wxMetafile::SetClipboard(int width, int height)
@@ -243,7 +243,7 @@ wxMetafile *wxMetafileDCImpl::Close(void)
   return NULL;
 }
 
-void wxMetafileDCImpl::SetMapMode(int mode)
+void wxMetafileDCImpl::SetMapMode(wxMappingMode mode)
 {
   m_mappingMode = mode;