summaryrefslogtreecommitdiff
path: root/src/net/eathena/buyingstorehandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-17 13:17:10 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-17 13:17:10 +0300
commitb73f378c51a7fb74dc805ca6234cda5868a28fc9 (patch)
tree7f78a244bf1208d578a531e91bcee1720f115962 /src/net/eathena/buyingstorehandler.h
parent5548875f34ea78e9917c512fb452718ccec5ced5 (diff)
downloadplus-b73f378c51a7fb74dc805ca6234cda5868a28fc9.tar.gz
plus-b73f378c51a7fb74dc805ca6234cda5868a28fc9.tar.bz2
plus-b73f378c51a7fb74dc805ca6234cda5868a28fc9.tar.xz
plus-b73f378c51a7fb74dc805ca6234cda5868a28fc9.zip
Add static in buyingstorehandler.
Diffstat (limited to 'src/net/eathena/buyingstorehandler.h')
-rw-r--r--src/net/eathena/buyingstorehandler.h2
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