Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/auth.h @ 1:eaa27e4ed5be
add client_ui.go
author | pyon@macmini |
---|---|
date | Mon, 01 Oct 2018 23:18:29 +0900 |
parents | d3b8cd5aeb70 |
children | db4813125eb8 |
line wrap: on
line diff
--- a/include/auth.h Sun Sep 30 17:27:04 2018 +0900 +++ b/include/auth.h Mon Oct 01 23:18:29 2018 +0900 @@ -1,5 +1,5 @@ // Filename : auth.h -// Last Change: 2018-09-29 Sat 06:18:10. +// Last Change: 2018-10-01 Mon 23:08:10. // #ifndef __AUTH_H__ @@ -43,7 +43,7 @@ void OnEnter( wxCommandEvent& event ); void CreateControls( void ); void LoadUserID( void ); - void InDevelop( void ); + void InDevelop( bool ); }; #endif //__AUTH_H__