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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/messagein.h b/src/net/eathena/messagein.h
index da5f57d7d..5ba13ea9c 100644
--- a/src/net/eathena/messagein.h
+++ b/src/net/eathena/messagein.h
@@ -46,7 +46,8 @@ class MessageIn final : public Net::MessageIn
A_DELETE_COPY(MessageIn)
- void postInit(const char *const str);
+ void postInit(const char *const str,
+ const unsigned int version);
/**< Reads a short. */
int16_t readInt16(const char *const str) override final;