]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
reverted unrelated changes accidentally committed as part of r49411
[wxWidgets.git] / src / common / filefn.cpp
index baeec9ec91da8951143f768b4cd30ed71edaa043..22f0636f92b39c3c6e3e66cae81a84df90217dd6 100644 (file)
@@ -558,7 +558,7 @@ static CharType *wxDoExpandPath(CharType *buf, const wxString& name)
     buf[0] = wxT('\0');
     if (name.empty())
         return buf;
-    nm = MYcopystring((const CharType*)name.c_str()); // Make a scratch copy
+    nm = ::MYcopystring(static_cast<const CharType*>(name.c_str())); // Make a scratch copy
     CharType *nm_tmp = nm;
 
     /* Skip leading whitespace and cr */