]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/metafile.cpp
Reviewed and cleaned up the rest of the graphics.h interface header.
[wxWidgets.git] / src / msw / metafile.cpp
index 7152568160d0e7be08d668f5f9ddd9b4ce407de1..96c4771f805970ffde240db4317f3fd66bd7b580 100644 (file)
@@ -101,7 +101,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)