X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d61c83f406d54aefe0aac9b6de39bdc8f1c295f..60dd3c0916772e3e64fde7c83d359daae02b40a6:/include/wx/gtk/filectrl.h diff --git a/include/wx/gtk/filectrl.h b/include/wx/gtk/filectrl.h index 516fe62e12..c38c4debe0 100644 --- a/include/wx/gtk/filectrl.h +++ b/include/wx/gtk/filectrl.h @@ -9,10 +9,12 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#ifndef FILECTRL_H -#define FILECTRL_H + +#ifndef _WX_GTK_FILECTRL_H_ +#define _WX_GTK_FILECTRL_H_ #include "wx/control.h" +#include "wx/filectrl.h" extern WXDLLEXPORT_DATA(const wxChar) wxFileSelectorDefaultWildcardStr[]; @@ -100,7 +102,7 @@ public: virtual int GetFilterIndex() const { return m_fc.GetFilterIndex(); } virtual bool HasMultipleFileSelection() const { return HasFlag( wxFC_MULTIPLE ); } - virtual void ShowHidden(const bool show); + virtual void ShowHidden(bool show); bool m_checkNextSelEvent; bool m_ignoreNextFolderChangeEvent; @@ -115,5 +117,5 @@ protected: #endif // wxUSE_FILECTRL -#endif // FILECTRL_H +#endif // _WX_GTK_FILECTRL_H_