From: Robert Roebling Date: Thu, 28 Mar 2002 09:08:08 +0000 (+0000) Subject: Compile fix for wxFileName. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a315cec9685964e73d833f4c8cf6b38828780899 Compile fix for wxFileName. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/filename.h b/include/wx/filename.h index 928868fd3a..d565187e62 100644 --- a/include/wx/filename.h +++ b/include/wx/filename.h @@ -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