]> git.saurik.com Git - wxWidgets.git/commitdiff
Compile fix for wxFileName.
authorRobert Roebling <robert@roebling.de>
Thu, 28 Mar 2002 09:08:08 +0000 (09:08 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 28 Mar 2002 09:08:08 +0000 (09:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/filename.h

index 928868fd3aa5471351b97b8447646c6fd11cd3fb..d565187e62f335416f455299fa91ccdab0fe3371 100644 (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