diff options
Diffstat (limited to 'src/net/tmwa/messageout.h')
-rw-r--r-- | src/net/tmwa/messageout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/tmwa/messageout.h b/src/net/tmwa/messageout.h index 285e333d0..22a6ae458 100644 --- a/src/net/tmwa/messageout.h +++ b/src/net/tmwa/messageout.h @@ -46,7 +46,7 @@ class MessageOut final : public Net::MessageOut /** * Constructor. */ - MessageOut(const short id); + explicit MessageOut(const short id); A_DELETE_COPY(MessageOut) @@ -72,4 +72,4 @@ class MessageOut final : public Net::MessageOut } -#endif // NET_TA_MESSAGEOUT_H +#endif // namespace TmwAthena |