projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f423f4d
)
Compile fix for wxFileName.
author
Robert Roebling
<robert@roebling.de>
Thu, 28 Mar 2002 09:08:08 +0000
(09:08 +0000)
committer
Robert 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
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/filename.h
b/include/wx/filename.h
index 928868fd3aa5471351b97b8447646c6fd11cd3fb..d565187e62f335416f455299fa91ccdab0fe3371 100644
(file)
--- 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