diff options
Diffstat (limited to 'src/net/eathena/loginhandler.h')
-rw-r--r-- | src/net/eathena/loginhandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/loginhandler.h b/src/net/eathena/loginhandler.h index b30de728c..d9b69496b 100644 --- a/src/net/eathena/loginhandler.h +++ b/src/net/eathena/loginhandler.h @@ -62,10 +62,10 @@ class LoginHandler final : public MessageHandler, public Ea::LoginHandler ServerInfo *getCharServer() const override final A_WARN_UNUSED; - void processUpdateHost2(Net::MessageIn &msg) const; - void processLoginError2(Net::MessageIn &msg) const; + void processUpdateHost2(Net::MessageIn &msg) const; + private: void sendLoginRegister(const std::string &restrict username, const std::string &restrict password, |