]> git.saurik.com Git - wxWidgets.git/commitdiff
trying to fix dmc warning about potential overload ambiguity
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 28 Feb 2005 17:23:19 +0000 (17:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 28 Feb 2005 17:23:19 +0000 (17:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/filename.h

index 131b6fc51e38aa93e4d6146408837135145b9d48..b2abdf4569cbbee195ff4e379f0bceb9462f3878 100644 (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);
     }