diff options
Diffstat (limited to 'src/net/tmwa/vendinghandler.h')
-rw-r--r-- | src/net/tmwa/vendinghandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/tmwa/vendinghandler.h b/src/net/tmwa/vendinghandler.h index 585614fab..b06b15263 100644 --- a/src/net/tmwa/vendinghandler.h +++ b/src/net/tmwa/vendinghandler.h @@ -50,8 +50,8 @@ class VendingHandler final : public Net::VendingHandler void createShop(const std::string &name, const bool flag, - std::vector<ShopItem*> &items) const override final - A_CONST; + const std::vector<ShopItem*> &items) const + override final A_CONST; }; } // namespace TmwAthena |