diff options
Diffstat (limited to 'src/net/logindata.h')
-rw-r--r-- | src/net/logindata.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/logindata.h b/src/net/logindata.h index 5611a9bc8..abe6b6ee7 100644 --- a/src/net/logindata.h +++ b/src/net/logindata.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef LOGINDATA_H -#define LOGINDATA_H +#ifndef NET_LOGINDATA_H +#define NET_LOGINDATA_H #include "being.h" @@ -108,4 +108,4 @@ class LoginData final } }; -#endif // LOGINDATA_H +#endif // NET_LOGINDATA_H |