]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/metafile.cpp
don't use \u escapes, VC6 doesn't understand them
[wxWidgets.git] / src / os2 / metafile.cpp
index 2938562b0320831e75ca7f42ddb95d2a27d4c118..65d034b572d8223850ea7f27b646cf61aa952360 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)