summaryrefslogtreecommitdiff
path: root/src/net/eathena/buysellhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/buysellhandler.h')
-rw-r--r--src/net/eathena/buysellhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/buysellhandler.h b/src/net/eathena/buysellhandler.h
index b18df810a..38e9f5da1 100644
--- a/src/net/eathena/buysellhandler.h
+++ b/src/net/eathena/buysellhandler.h
@@ -41,7 +41,7 @@ class BuySellHandler final : public MessageHandler, public Ea::BuySellHandler
void processNpcBuy(Net::MessageIn &msg);
- void processNpcSellResponse(Net::MessageIn &msg) const;
+ static void processNpcSellResponse(Net::MessageIn &msg);
};
} // namespace EAthena