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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/net/eathena/messagein.h b/src/net/eathena/messagein.h
index fb20b6db7..72110614f 100644
--- a/src/net/eathena/messagein.h
+++ b/src/net/eathena/messagein.h
@@ -41,11 +41,12 @@ class MessageIn final : public Net::MessageIn
/**
* Constructor.
*/
- MessageIn(const char *const data, const unsigned int length);
+ MessageIn(const char *const data,
+ const unsigned int length);
A_DELETE_COPY(MessageIn)
- void postInit();
+ void postInit(const char *const str);
/**< Reads a short. */
int16_t readInt16(const char *const str) override final;