]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/filectrl.h
fix warnings in EventsSuppressor ctor from gcc with -O option
[wxWidgets.git] / include / wx / gtk / filectrl.h
index fee2f569d193d4b98cd90fbbd3c0f23d8833ceed..77b5fa193f543582b9f478180e19f8702db820ad 100644 (file)
 #ifndef FILECTRL_H
 #define FILECTRL_H
 
+#include "wx/control.h"
+
+extern WXDLLEXPORT_DATA(const wxChar) wxFileSelectorDefaultWildcardStr[];
+
 typedef struct _GtkFileChooser GtkFileChooser;
 
 // [GTK] current problems:
@@ -96,7 +100,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;