Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/main.h @ 6:9a8b581c1993
improve performance.
author | pyon@macmini |
---|---|
date | Tue, 23 Oct 2018 19:15:22 +0900 |
parents | e3b10fb860b3 |
children | 29829e98d510 |
line wrap: on
line diff
--- a/include/main.h Mon Oct 22 22:17:02 2018 +0900 +++ b/include/main.h Tue Oct 23 19:15:22 2018 +0900 @@ -1,5 +1,5 @@ // Filename : main.h -// Last Change: 2018-10-19 ‹à 16:02:35. +// Last Change: 2018-10-23 ‰Î 10:09:58. // #include <wx/wx.h> #include <wx/config.h> @@ -31,6 +31,7 @@ void InitSetting(); void SaveSetting(); + void RemoveFile( wxString pattern ); }; DECLARE_APP( MyApp )