compilation fix for non-debug build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -452,7 +452,8 @@ void wxFileName::Assign(const wxString& fullpathOrig,
|
|||||||
_T("the path shouldn't contain file name nor extension") );
|
_T("the path shouldn't contain file name nor extension") );
|
||||||
|
|
||||||
#else // !__WXDEBUG__
|
#else // !__WXDEBUG__
|
||||||
SplitPath(fullname, NULL /* no path */, &name, &ext, &hasExt, format);
|
SplitPath(fullname, NULL /* no volume */, NULL /* no path */,
|
||||||
|
&name, &ext, &hasExt, format);
|
||||||
SplitPath(fullpath, &volume, &path, NULL, NULL, format);
|
SplitPath(fullpath, &volume, &path, NULL, NULL, format);
|
||||||
#endif // __WXDEBUG__/!__WXDEBUG__
|
#endif // __WXDEBUG__/!__WXDEBUG__
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user