diff options
Diffstat (limited to 'src/net/tmwa/messagein.h')
-rw-r--r-- | src/net/tmwa/messagein.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/tmwa/messagein.h b/src/net/tmwa/messagein.h index 8178e8aa0..75e85b044 100644 --- a/src/net/tmwa/messagein.h +++ b/src/net/tmwa/messagein.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef NET_TA_MESSAGEIN_H -#define NET_TA_MESSAGEIN_H +#ifndef NET_TMWA_MESSAGEIN_H +#define NET_TMWA_MESSAGEIN_H #include "net/messagein.h" @@ -54,4 +54,4 @@ class MessageIn final : public Net::MessageIn } // namespace TmwAthena -#endif +#endif // NET_TMWA_MESSAGEIN_H |