Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/main.h @ 2:7fe3417cefc8
GUI.
author | pyon@macmini |
---|---|
date | Tue, 02 Oct 2018 21:20:05 +0900 |
parents | eaa27e4ed5be |
children | db4813125eb8 |
line wrap: on
line diff
--- a/include/main.h Mon Oct 01 23:18:29 2018 +0900 +++ b/include/main.h Tue Oct 02 21:20:05 2018 +0900 @@ -1,5 +1,5 @@ // Filename : main.h -// Last Change: 2018-10-01 Mon 23:13:17. +// Last Change: 2018-10-02 Tue 21:17:28. // #include <wx/wx.h> #include <wx/config.h> @@ -17,6 +17,7 @@ private: wxFileConfig *config; wxString conf_file; + wxString m_server; bool develop; public: @@ -31,8 +32,7 @@ void InitSetting(); void SaveSetting(); void GetData(); - void DeleteData(); }; -DECLARE_APP(MyApp) +DECLARE_APP( MyApp )