summaryrefslogtreecommitdiff
path: root/src/net/ea/buysellhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/buysellhandler.h')
-rw-r--r--src/net/ea/buysellhandler.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/net/ea/buysellhandler.h b/src/net/ea/buysellhandler.h
index 67400a1b3..5f941354b 100644
--- a/src/net/ea/buysellhandler.h
+++ b/src/net/ea/buysellhandler.h
@@ -51,15 +51,15 @@ class BuySellHandler notfinal : public Net::BuySellHandler
const ShopItem *const item,
const int amount) const override final;
- virtual void processNpcBuySellChoice(Net::MessageIn &msg);
+ static void processNpcBuySellChoice(Net::MessageIn &msg);
- virtual void processNpcSell(Net::MessageIn &msg) const;
+ static void processNpcSell(Net::MessageIn &msg);
- virtual void processNpcBuyResponse(Net::MessageIn &msg) const;
+ static void processNpcBuyResponse(Net::MessageIn &msg);
protected:
- int mNpcId;
- BuyDialog *mBuyDialog;
+ static int mNpcId;
+ static BuyDialog *mBuyDialog;
};
} // namespace Ea