Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/main.h @ 1:eaa27e4ed5be
add client_ui.go
author | pyon@macmini |
---|---|
date | Mon, 01 Oct 2018 23:18:29 +0900 |
parents | d3b8cd5aeb70 |
children | 7fe3417cefc8 |
line wrap: on
line diff
--- a/include/main.h Sun Sep 30 17:27:04 2018 +0900 +++ b/include/main.h Mon Oct 01 23:18:29 2018 +0900 @@ -1,5 +1,5 @@ // Filename : main.h -// Last Change: 2018-09-17 Mon 21:57:32. +// Last Change: 2018-10-01 Mon 23:13:17. // #include <wx/wx.h> #include <wx/config.h> @@ -17,6 +17,7 @@ private: wxFileConfig *config; wxString conf_file; + bool develop; public: wxRect rect;