]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/filectrlg.h
fix warnings in EventsSuppressor ctor from gcc with -O option
[wxWidgets.git] / 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;