trying to fix dmc warning about potential overload ambiguity

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-02-28 17:23:19 +00:00
parent 27e090842d
commit 1a6255e664

View File

@@ -424,7 +424,7 @@ public:
wxString *path,
wxString *name,
wxString *ext,
wxPathFormat format = wxPATH_NATIVE)
wxPathFormat format)
{
SplitPath(fullpath, volume, path, name, ext, NULL, format);
}