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, 2 insertions, 0 deletions
diff --git a/src/net/eathena/messageout.h b/src/net/eathena/messageout.h
index 2c07d5cff..38525bad7 100644
--- a/src/net/eathena/messageout.h
+++ b/src/net/eathena/messageout.h
@@ -47,6 +47,8 @@ class MessageOut final : public Net::MessageOut
A_DELETE_COPY(MessageOut)
+ virtual ~MessageOut();
+
/**< Writes a short. */
void writeInt16(const int16_t value,
const char *const str) override final;