changed wxFileName::Normalize signature to allow or-combination of flags and reverted Julian's hack-fix to wxTextFile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -732,7 +732,7 @@ bool wxFileName::Rmdir( const wxString &dir )
|
||||
// path normalization
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
bool wxFileName::Normalize(wxPathNormalize flags,
|
||||
bool wxFileName::Normalize(int flags,
|
||||
const wxString& cwd,
|
||||
wxPathFormat format)
|
||||
{
|
||||
|
Reference in New Issue
Block a user