X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/398eebb155b2a5804359a0f40935e75424e169e2..3b49331b7441e091fc5997b830801d76a1243f28:/include/wx/generic/filectrlg.h diff --git a/include/wx/generic/filectrlg.h b/include/wx/generic/filectrlg.h index c508d2ed02..3bf08570ba 100644 --- 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;