diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-17 13:17:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-17 13:17:10 +0300 |
commit | b73f378c51a7fb74dc805ca6234cda5868a28fc9 (patch) | |
tree | 7f78a244bf1208d578a531e91bcee1720f115962 | |
parent | 5548875f34ea78e9917c512fb452718ccec5ced5 (diff) | |
download | plus-b73f378c51a7fb74dc805ca6234cda5868a28fc9.tar.gz plus-b73f378c51a7fb74dc805ca6234cda5868a28fc9.tar.bz2 plus-b73f378c51a7fb74dc805ca6234cda5868a28fc9.tar.xz plus-b73f378c51a7fb74dc805ca6234cda5868a28fc9.zip |
Add static in buyingstorehandler.
-rw-r--r-- | src/net/eathena/buyingstorehandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/buyingstorehandler.h b/src/net/eathena/buyingstorehandler.h index 3887c77cb..caa40235c 100644 --- a/src/net/eathena/buyingstorehandler.h +++ b/src/net/eathena/buyingstorehandler.h @@ -38,7 +38,7 @@ class BuyingStoreHandler final : public MessageHandler, void handleMessage(Net::MessageIn &msg) override final; protected: - void processBuyingStoreOpen(Net::MessageIn &msg); + static void processBuyingStoreOpen(Net::MessageIn &msg); }; } // namespace EAthena |