diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-11 21:49:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-11 21:49:16 +0300 |
commit | 5b4e74ab44a2ae4eab9db71c860885802e2ba28d (patch) | |
tree | 065e1c4a5c5639b77789e7cf51ca25efeeb7e86a /src/enums/gui | |
parent | ac12efd17d9f719b083d8af1eb5a06853835e8d6 (diff) | |
download | manaverse-5b4e74ab44a2ae4eab9db71c860885802e2ba28d.tar.gz manaverse-5b4e74ab44a2ae4eab9db71c860885802e2ba28d.tar.bz2 manaverse-5b4e74ab44a2ae4eab9db71c860885802e2ba28d.tar.xz manaverse-5b4e74ab44a2ae4eab9db71c860885802e2ba28d.zip |
Fix code style.
Diffstat (limited to 'src/enums/gui')
-rw-r--r-- | src/enums/gui/chatmsgtype.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/enums/gui/chatmsgtype.h b/src/enums/gui/chatmsgtype.h index 94b9e62b3..baacb57fd 100644 --- a/src/enums/gui/chatmsgtype.h +++ b/src/enums/gui/chatmsgtype.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUI_CHATMSGTYPE_H -#define GUI_CHATMSGTYPE_H +#ifndef ENUMS_GUI_CHATMSGTYPE_H +#define ENUMS_GUI_CHATMSGTYPE_H namespace ChatMsgType { @@ -39,4 +39,4 @@ namespace ChatMsgType }; } // namespace ChatMsgType -#endif // GUI_CHATMSGTYPE_H +#endif // ENUMS_GUI_CHATMSGTYPE_H |