Compile fix for wxFileName.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -273,8 +273,7 @@ public:
|
||||
static bool IsCaseSensitive( wxPathFormat format = wxPATH_NATIVE );
|
||||
|
||||
// is this filename absolute?
|
||||
bool IsAbsolute() const
|
||||
{ return !m_relative; }
|
||||
bool IsAbsolute( wxPathFormat format = wxPATH_NATIVE ) const;
|
||||
|
||||
// is this filename relative?
|
||||
bool IsRelative() const
|
||||
|
Reference in New Issue
Block a user