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 971a4be97..83f9fbe7f 100644
--- a/src/net/eathena/messageout.h
+++ b/src/net/eathena/messageout.h
@@ -70,7 +70,7 @@ class MessageOut final : public Net::MessageOut
{ mPos = 0; }
private:
- void expand(const size_t size) override final;
+ void expand(const size_t size) const override final;
Network *mNetwork;
};