projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1aa2b8
)
removed extra const in DoGetFilenames() declaration
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 8 Oct 2007 13:00:45 +0000
(13:00 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 8 Oct 2007 13:00:45 +0000
(13:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49091
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/generic/filectrlg.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/generic/filectrlg.h
b/include/wx/generic/filectrlg.h
index c508d2ed02119fa83ebca5e12d782cf0abce991d..3bf08570bab1f7f3b2bae0f82f6b3cddf181d17f 100644
(file)
--- a/
include/wx/generic/filectrlg.h
+++ b/
include/wx/generic/filectrlg.h
@@
-275,7
+275,7
@@
private:
// the first of these methods can only be used for the controls with single
// selection (i.e. without wxFC_MULTIPLE style), the second one in any case
wxFileName DoGetFileName() const;
- void DoGetFilenames( wxArrayString& filenames,
const
bool fullPath ) const;
+ void DoGetFilenames( wxArrayString& filenames, bool fullPath ) const;
int m_style;