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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/mail2handler.h b/src/net/eathena/mail2handler.h
index f6f217579..c7d15dc78 100644
--- a/src/net/eathena/mail2handler.h
+++ b/src/net/eathena/mail2handler.h
@@ -79,6 +79,8 @@ class Mail2Handler final : public Net::Mail2Handler
void cancelWriteMail() const override final;
void requestCheckName(const std::string &name) const override final;
+
+ std::string getCheckedName() const override final;
};
} // namespace EAthena