diff options
Diffstat (limited to 'src/net/eathena/mail2handler.h')
-rw-r--r-- | src/net/eathena/mail2handler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/mail2handler.h b/src/net/eathena/mail2handler.h index 2e41bea55..4ad44870b 100644 --- a/src/net/eathena/mail2handler.h +++ b/src/net/eathena/mail2handler.h @@ -65,6 +65,8 @@ class Mail2Handler final : public Net::Mail2Handler void refreshMailList(const int openType, const int64_t mailId) const override final; + + void openMailBox(const int openType) const override final; }; } // namespace EAthena |