]> git.saurik.com Git - wxWidgets.git/commitdiff
removed extra const in DoGetFilenames() declaration
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Oct 2007 13:00:45 +0000 (13:00 +0000)
committerVadim 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

index c508d2ed02119fa83ebca5e12d782cf0abce991d..3bf08570bab1f7f3b2bae0f82f6b3cddf181d17f 100644 (file)
@@ -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;