various small cleanups

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-09-17 17:24:44 +00:00
parent f513aa78ee
commit 260020e392
6 changed files with 34 additions and 39 deletions

View 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;