summaryrefslogtreecommitdiff
path: root/src/net/eathena/auctionhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-17 12:53:45 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-17 12:53:45 +0300
commita2710185944a34f510fa1c940212617913c50dee (patch)
treeffcbb828ff69e3bf5ba5a970bfdb3f484eb58c76 /src/net/eathena/auctionhandler.h
parent05942467b37990f38fc80923f3d9ec63b160ad92 (diff)
downloadplus-a2710185944a34f510fa1c940212617913c50dee.tar.gz
plus-a2710185944a34f510fa1c940212617913c50dee.tar.bz2
plus-a2710185944a34f510fa1c940212617913c50dee.tar.xz
plus-a2710185944a34f510fa1c940212617913c50dee.zip
Add static to some network handlers.
Diffstat (limited to 'src/net/eathena/auctionhandler.h')
-rw-r--r--src/net/eathena/auctionhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h
index 2f2d11894..46a647f61 100644
--- a/src/net/eathena/auctionhandler.h
+++ b/src/net/eathena/auctionhandler.h
@@ -37,7 +37,7 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler
void handleMessage(Net::MessageIn &msg) override final;
protected:
- void processOpenWindow(Net::MessageIn &msg);
+ static void processOpenWindow(Net::MessageIn &msg);
};
} // namespace EAthena