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