make more wxFileName methods const (closes #10887)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1035,7 +1035,7 @@ public:
|
||||
/**
|
||||
Changes the current working directory.
|
||||
*/
|
||||
bool SetCwd();
|
||||
bool SetCwd() const;
|
||||
|
||||
/**
|
||||
Changes the current working directory.
|
||||
@@ -1080,7 +1080,7 @@ public:
|
||||
*/
|
||||
bool SetTimes(const wxDateTime* dtAccess,
|
||||
const wxDateTime* dtMod,
|
||||
const wxDateTime* dtCreate);
|
||||
const wxDateTime* dtCreate) const;
|
||||
|
||||
/**
|
||||
Sets the volume specifier.
|
||||
@@ -1162,7 +1162,7 @@ public:
|
||||
/**
|
||||
Sets the access and modification times to the current moment.
|
||||
*/
|
||||
bool Touch();
|
||||
bool Touch() const;
|
||||
|
||||
/**
|
||||
Returns @true if the filenames are different. The string @e filenames
|
||||
|
Reference in New Issue
Block a user