summaryrefslogtreecommitdiff
path: root/src/net/eathena/messagein.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/messagein.h')
-rw-r--r--src/net/eathena/messagein.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/messagein.h b/src/net/eathena/messagein.h
index b2538313c..b38cd7d4e 100644
--- a/src/net/eathena/messagein.h
+++ b/src/net/eathena/messagein.h
@@ -46,7 +46,7 @@ class MessageIn final : public Net::MessageIn
*/
MessageIn(const char *data, unsigned int length);
- A_DELETE_COPY(MessageIn);
+ A_DELETE_COPY(MessageIn)
int16_t readInt16(); /**< Reads a short. */
int readInt32(); /**< Reads a long. */