diff include/auth.h @ 16:b651aa41b9d4 default tip

hhsinfo method (server)
author pyon@macmini
date Mon, 15 Jul 2019 07:03:05 +0900
parents ae89ce4793d8
children
line wrap: on
line diff
--- a/include/auth.h	Sat Jun 08 15:50:59 2019 +0900
+++ b/include/auth.h	Mon Jul 15 07:03:05 2019 +0900
@@ -1,9 +1,8 @@
 // Filename   : auth.h
-// Last Change: 2018-10-31  11:06:01.
+// Last Change: 2019-07-08  08:46:18.
 //
 
-#ifndef __AUTH_H__
-#define __AUTH_H__
+#pragma once
 
 #include <wx/gdicmn.h>
 #include <wx/font.h>
@@ -53,5 +52,3 @@
         void OnCheckPassword( wxCommandEvent& event );
 };
 
-#endif //__AUTH_H__
-