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:
Robert Roebling
2002-03-28 09:08:08 +00:00
parent f423f4dbbb
commit a315cec968

View File

@@ -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