From a315cec9685964e73d833f4c8cf6b38828780899 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Thu, 28 Mar 2002 09:08:08 +0000 Subject: [PATCH] Compile fix for wxFileName. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/filename.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.45.2