diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-17 12:53:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-17 12:53:45 +0300 |
commit | a2710185944a34f510fa1c940212617913c50dee (patch) | |
tree | ffcbb828ff69e3bf5ba5a970bfdb3f484eb58c76 /src/net/eathena/auctionhandler.h | |
parent | 05942467b37990f38fc80923f3d9ec63b160ad92 (diff) | |
download | plus-a2710185944a34f510fa1c940212617913c50dee.tar.gz plus-a2710185944a34f510fa1c940212617913c50dee.tar.bz2 plus-a2710185944a34f510fa1c940212617913c50dee.tar.xz plus-a2710185944a34f510fa1c940212617913c50dee.zip |
Add static to some network handlers.
Diffstat (limited to 'src/net/eathena/auctionhandler.h')
-rw-r--r-- | src/net/eathena/auctionhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h index 2f2d11894..46a647f61 100644 --- a/src/net/eathena/auctionhandler.h +++ b/src/net/eathena/auctionhandler.h @@ -37,7 +37,7 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler void handleMessage(Net::MessageIn &msg) override final; protected: - void processOpenWindow(Net::MessageIn &msg); + static void processOpenWindow(Net::MessageIn &msg); }; } // namespace EAthena |