made SameAs() and operator==() const, added operator!=() and docs for it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1022,7 +1022,7 @@ bool wxFileName::MakeRelativeTo(const wxString& pathBase, wxPathFormat format)
|
||||
// filename kind tests
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
bool wxFileName::SameAs(const wxFileName &filepath, wxPathFormat format)
|
||||
bool wxFileName::SameAs(const wxFileName& filepath, wxPathFormat format) const
|
||||
{
|
||||
wxFileName fn1 = *this,
|
||||
fn2 = filepath;
|
||||
|
Reference in New Issue
Block a user