]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/filectrl.h
another DMC build fix (http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/93155)
[wxWidgets.git] / include / wx / gtk / filectrl.h
index 516fe62e12b5d1414b3bd00cd17b9619e0f540d6..77b5fa193f543582b9f478180e19f8702db820ad 100644 (file)
@@ -100,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;