]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/metafile.cpp
simplify code to return from the end of the function
[wxWidgets.git] / src / msw / metafile.cpp
index 843983b43a5cec51de4e58455596cb2ff1dbd98e..06f9a2a68f62ce0ac5e7d515f6bd701d943e4f4c 100644 (file)
@@ -205,7 +205,7 @@ wxMetafileDCImpl::wxMetafileDCImpl(wxDC *owner, const wxString& file,
     m_maxY = -10000;
     if ( !file.empty() && wxFileExists(file) )
         wxRemoveFile(file);
-    m_hDC = (WXHDC) CreateMetaFile(file.empty() ? NULL : file.wx_str());
+    m_hDC = (WXHDC) CreateMetaFile(file.empty() ? NULL : wxMSW_CONV_LPCTSTR(file));
 
     m_ok = true;