diff options
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 |