summaryrefslogtreecommitdiff
path: root/src/net/tmwa/tradehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/tradehandler.h')
-rw-r--r--src/net/tmwa/tradehandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/tradehandler.h b/src/net/tmwa/tradehandler.h
index 28f43cb0a..39222e7ba 100644
--- a/src/net/tmwa/tradehandler.h
+++ b/src/net/tmwa/tradehandler.h
@@ -53,6 +53,9 @@ class TradeHandler final : public MessageHandler, public Ea::TradeHandler
void finish() const override final;
void cancel() const override final;
+
+ protected:
+ void processTradeRequest(Net::MessageIn &msg) const;
};
} // namespace TmwAthena