X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eaf40b230e00a249af2cc9e3b06406b3a64fd167..92ed97b70903c0200ad232783b88e426dc59d716:/include/wx/generic/filedlgg.h diff --git a/include/wx/generic/filedlgg.h b/include/wx/generic/filedlgg.h index aee6a30925..9d39b679f9 100644 --- a/include/wx/generic/filedlgg.h +++ b/include/wx/generic/filedlgg.h @@ -107,7 +107,7 @@ public: void ShowHidden( bool show = TRUE ); long Add( wxFileData *fd, wxListItem &item ); void Update(); - virtual void StatusbarText( char *WXUNUSED(text) ) {}; + virtual void StatusbarText( wxChar *WXUNUSED(text) ) {}; void MakeDir(); void GoToParentDir(); void GoToHomeDir(); @@ -115,6 +115,7 @@ public: void SetWild( const wxString &wild ); void GetDir( wxString &dir ); void OnListDeleteItem( wxListEvent &event ); + void OnListDeleteAllItems( wxListEvent &event ); void OnListEndLabelEdit( wxListEvent &event ); private: