summaryrefslogtreecommitdiff
path: root/src/net/eathena/mailhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/mailhandler.h')
-rw-r--r--src/net/eathena/mailhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/mailhandler.h b/src/net/eathena/mailhandler.h
index b6d2b9080..1b4f9f2b5 100644
--- a/src/net/eathena/mailhandler.h
+++ b/src/net/eathena/mailhandler.h
@@ -50,6 +50,8 @@ class MailHandler final : public MessageHandler, public Net::MailHandler
void setAttach(const int index, const int amount) override final;
+ void resetAttach(const int flag) override final;
+
protected:
void processMailOpen(Net::MessageIn &msg) const;
};