summaryrefslogtreecommitdiff
path: root/src/net/eathena/mail2handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/mail2handler.h')
-rw-r--r--src/net/eathena/mail2handler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/mail2handler.h b/src/net/eathena/mail2handler.h
index 2a831a518..c8222f658 100644
--- a/src/net/eathena/mail2handler.h
+++ b/src/net/eathena/mail2handler.h
@@ -50,6 +50,9 @@ class Mail2Handler final : public Net::Mail2Handler
void nextPage(const int openType,
const int64_t mailId) const override final;
+
+ void readMail(const int openType,
+ const int64_t mailId) const override final;
};
} // namespace EAthena