X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/26078494a002dc9efb83e8a2f320a38777b99dd4..0576cd9ebe3430bdf7acf69e1dd1df92273f32ad:/include/wx/filedlg.h diff --git a/include/wx/filedlg.h b/include/wx/filedlg.h index 68639359df..11e720f864 100644 --- a/include/wx/filedlg.h +++ b/include/wx/filedlg.h @@ -19,7 +19,8 @@ #include "wx/dialog.h" #include "wx/arrstr.h" -// this symbol is defined for the platforms which support multiple +// this symbol is defined for the platforms which support multiple +// ('|'-separated) filters in the file dialog #if defined(__WXMSW__) || defined(__WXGTK__) || defined(__WXMAC__) #define wxHAS_MULTIPLE_FILEDLG_FILTERS #endif @@ -169,7 +170,7 @@ private: void Init(); DECLARE_DYNAMIC_CLASS(wxFileDialogBase) - DECLARE_NO_COPY_CLASS(wxFileDialogBase) + wxDECLARE_NO_COPY_CLASS(wxFileDialogBase); };