summaryrefslogtreecommitdiff
path: root/src/net/tmwa/buysellhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-17 13:25:09 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-17 13:25:09 +0300
commite0bd37fd01e8c14bf6d044382ac12cc11f5eaa43 (patch)
tree0d82a38a6ab5cbce04bc0eddad6de1cea8116720 /src/net/tmwa/buysellhandler.h
parentb73f378c51a7fb74dc805ca6234cda5868a28fc9 (diff)
downloadplus-e0bd37fd01e8c14bf6d044382ac12cc11f5eaa43.tar.gz
plus-e0bd37fd01e8c14bf6d044382ac12cc11f5eaa43.tar.bz2
plus-e0bd37fd01e8c14bf6d044382ac12cc11f5eaa43.tar.xz
plus-e0bd37fd01e8c14bf6d044382ac12cc11f5eaa43.zip
Add static in buysellhandler.
Diffstat (limited to 'src/net/tmwa/buysellhandler.h')
-rw-r--r--src/net/tmwa/buysellhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/buysellhandler.h b/src/net/tmwa/buysellhandler.h
index a0c99908f..f553541b8 100644
--- a/src/net/tmwa/buysellhandler.h
+++ b/src/net/tmwa/buysellhandler.h
@@ -39,7 +39,7 @@ class BuySellHandler final : public MessageHandler, public Ea::BuySellHandler
void handleMessage(Net::MessageIn &msg);
- void processNpcBuy(Net::MessageIn &msg);
+ static void processNpcBuy(Net::MessageIn &msg);
static void processNpcSellResponse(Net::MessageIn &msg);
};