summaryrefslogtreecommitdiff
path: root/src/net/eathena/messageout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/messageout.h')
-rw-r--r--src/net/eathena/messageout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/messageout.h b/src/net/eathena/messageout.h
index 79d858c07..8a4ddb1d1 100644
--- a/src/net/eathena/messageout.h
+++ b/src/net/eathena/messageout.h
@@ -48,7 +48,7 @@ class MessageOut final : public Net::MessageOut
*/
MessageOut(short id);
- A_DELETE_COPY(MessageOut);
+ A_DELETE_COPY(MessageOut)
void writeInt16(int16_t value); /**< Writes a short. */